View source: R/build_metanet.R
is.metanetwork | R Documentation |
Return a boolean indicating whether the object belongs to class metanetwork
is.metanetwork(metanetwork)
## S3 method for class 'metanetwork'
is.metanetwork(metanetwork)
metanetwork |
the object to test |
a boolean indicating whether the object belongs to class metanetwork
NULL
library(metanetwork)
library(igraph)
g = make_ring(5,directed = TRUE)
meta = build_metanet(g)
is.metanetwork(meta)
#on Angola dataset
data("meta_angola")
is.metanetwork(meta_angola)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.