View source: R/class-network.R
| get_meta | R Documentation |
Extracts the consolidated metadata list from a cograph_network object. The metadata contains source type, layout info, and TNA metadata.
get_meta(x)
x |
A cograph_network object. |
A list with components:
sourceCharacter string indicating input type
layoutList with layout name and seed, or NULL
tnaList with TNA metadata (type, group_name, group_index), or NULL
as_cograph, get_source
mat <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- as_cograph(mat)
get_meta(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.