manlius / muxViz

Analysis and Visualization of Interconnected Multilayer Networks
https://manlius.github.io/muxViz/
GNU General Public License v3.0
387 stars 93 forks source link

could not find function #22

Closed TigerZhao007 closed 3 years ago

TigerZhao007 commented 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

gbertagnolli commented 3 years ago

The issue has been solved, the function GetCoverageEvolutionEdgeColored was not expored correctly.