Default ggplot for a gGraph
Usage
# S3 method for class 'gGraph'
autoplot(object, edges = TRUE, ...)Arguments
- object
a
gGraph.- edges
logical; whether to draw edges.
- ...
unused.
See also
Other ggplot_methods:
autoplot.gData(),
geom_gdata(),
geom_ggraph(),
geom_gpath()
Examples
autoplot(worldgraph.10k)
