R Documentation |
Print method for class metanetwork
print(metanetwork)
## S3 method for class 'metanetwork'
print(metanetwork)
metanetwork |
object of class 'metanetwork' |
character indicating number of nodes and edges of the metaweb, available resolutions and number of local networks
NULL
library(metanetwork)
library(igraph)
g = make_ring(5,directed = TRUE)
meta = build_metanet(g)
print(meta)
#on Angola dataset
data("meta_angola")
print(meta_angola)
#on Norway dataset
data("meta_norway")
print(meta_norway)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.