annotate_network_df | R Documentation |
The annotate_network() function uses a vector of values, this extends that logic to add every column of a dataframe. I would like to make this function a little more fun vis a vis abilities to add colors and such.
annotate_network_df(network, df, default = NULL)
network |
input network. |
df |
input dataframe, columns are the new metadata, rows are the node-strings to search on. |
default |
Set a default? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.