cooccurrence_net_to_igraph,cooccurrence_net-method | R Documentation |
The function converts a cooccurrence_net
object into an
igraph graph object.
The threshold
is used as a cutoff for the edges of the network.
## S4 method for signature 'cooccurrence_net' cooccurrence_net_to_igraph(occ_net)
occ_net |
An object of class |
An igraph::graph
object.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # fn <- feature_network(bics, m) # cooccurrence_net_to_igraph(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.