View source: R/abstract-graph.R
abstract_graph | R Documentation |
Could be an actual graph object, or a graph such as the Twitter
following network defined implicitly via API requests, etc.
The abstract graph is just a list with abstract_graph
class
and your desired subclass.
abstract_graph(subclass, ...)
subclass |
Desired subclass (character). |
... |
Other arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.