Closed TigerZhao007 closed 3 years ago
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
example_coverage.R
example_overlapping_generator.R
The issue has been solved, the function GetCoverageEvolutionEdgeColored was not expored correctly.
GetCoverageEvolutionEdgeColored
muxViz/examples-scripts/example_coverage_optimized.R
Line 104:
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
andexample_overlapping_generator.R