Skip to contents

Methods for quick visualization

Usage

# S3 method for class 'igraph_ptr'
augment(x, layout = NULL, ...)

# S3 method for class 'igraph_ptr'
plot(x, ..., lwd = 0.5, cex = 5, col = "#cccccc", pch = 16)

Arguments

x

igraph_ptr object.

layout

A function or resulting data.frame. If not provided, layout_nicely() is applied.

...

passed to augment() or layout function.

lwd

passed to ggplot2::geom_segment().

cex, col, pch

passed to ggplot2::geom_point() and ggplot2::geom_text().