Default ggplot for a gData
Usage
# S3 method for class 'gData'
autoplot(object, show.gGraph = TRUE, edges = FALSE, ...)Arguments
- object
a
gData.- show.gGraph
logical; overlay the linked gGraph if available.
- edges
logical; whether to draw edges.
- ...
unused.
See also
Other ggplot_methods:
autoplot.gGraph(),
geom_gdata(),
geom_ggraph(),
geom_gpath()
Examples
autoplot(hgdp)
