could not find function
TigerZhao007 opened this issue · 1 comments
TigerZhao007 commented
muxViz/examples-scripts/example_coverage_optimized.R
Line 104:
cov.mul.appr <- GetCoverageEvolutionEdgeColored(T.mux, Layers, Nodes, TAUS, Approximate=T, Approximate.disconnected=DisconnectedNodes)
Error in GetCoverageEvolutionEdgeColored(T.mux, Layers, Nodes, TAUS, Approximate = T, :
could not find function "GetCoverageEvolutionEdgeColored"
Some similar "could not find function" problem happened in example_coverage.R
and example_overlapping_generator.R
gbertagnolli commented
The issue has been solved, the function GetCoverageEvolutionEdgeColored
was not expored correctly.