c_net_update | R Documentation |
Update a metanet object or transform igraph object to metanet object
c_net_update(
go,
node_break = 5,
edge_break = 5,
initialize = FALSE,
verbose = TRUE,
uniq_v_class = FALSE
)
go |
a metanet object or igraph object |
node_break |
node_break if v_class is numeric, default: 5 |
edge_break |
edge_break if e_type is numeric, default: 5 |
initialize |
initialize? |
verbose |
verbose? |
uniq_v_class |
if TRUE, add prefix to v_class if multiple v_class belong to same v_group. |
metanet
Other build:
c_net_build()
,
c_net_from_edgelist()
,
c_net_set()
,
multi_net_build()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.