Rdocumentation
powered by
Learn R Programming
popgraph (version 1.4)
to_data.frame: Converts
popgraph
to
data.frame
based upon node attributes
Description
This is a quick conversion of vertex attributes to a
data.frame
, essentially the reverse operation as
decorate_graph
function.
Usage
to_data.frame(x, ...)
Arguments
x
The
popgraph
to grab stuff from.
...
Ignored (generally).
Value
An object of type
data.frame
with all the node attributes.