graph_decorator | R Documentation |
Decorate a graph object (g) a decorator function (f) or a tibble with meta data for nodes (length: nodes) Functions can be defined manually as functions that return an anonymous function.
g %@% f
g |
graph object or list of graph objects to decorate |
f |
decorator function to decorate the graph with, or a tibble |
Graph object or list of graph objects with decorated attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.