Returns the path of the metanet module
p = metanet_module_path()
a string, The module path.
p=metanet_module_path() return the path of the metanet module. This path may be useful to retreive Metanet data files.
p=metanet_module_path()
g=load_graph(metanet_module_path()+'/demos/mesh100.graph'); show_graph(g);