Skip to contents

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.

Value

a ggplot.

See also

Examples

autoplot(worldgraph.10k)