metanet_pipe | R Documentation |
Method executing the whole metanetwork pipeline for the initial metanetwork object (append_agg_nets
, compute_TL
,
attach_layout
)
metanet_pipe(metanetwork, beta = 0.1, verbose = TRUE)
## S3 method for class 'metanetwork'
metanet_pipe(metanetwork, beta = 0.1, verbose = TRUE)
metanetwork |
object of class 'metanetwork' |
beta |
the diffusion parameter of the diffusion kernel, a positive scalar controlling the squeezing of the network |
verbose |
a boolean indicating whether message along the pipeline should be printed |
object of class 'metanetwork', with computed trophic levels and layout stored as node attribute
NULL
library(metanetwork)
library(igraph)
g = make_lattice(dimvector = c(4,4),2,3,directed = TRUE)
meta0 = build_metanet(g)
meta0 = metanet_pipe(meta0)
ggmetanet(meta0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.