add_value | R Documentation |
Attach a generic user-provided value to graph
add_value(val, g, val_name = "value")
val |
named numeric vector where the names correspond to vertices in g |
g |
igraph object - will be filtered so that only nodes found in both exp and g are kept |
val_name |
str key for val |
subgraph of g containing only shared keys with val and val attached
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.