get.data.frame | R Documentation |
get.data.frame()
was renamed to as_data_frame()
to create a more
consistent API.
get.data.frame(x, what = c("edges", "vertices", "both"))
x |
An igraph object. |
what |
Character constant, whether to return info about vertices, edges, or both. The default is ‘edges’. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.