Learn R Programming

migraph (version 0.6.6)

plot.igraph: Plotting of one-mode and two-mode graphs

Description

Plotting of one-mode and two-mode graphs

Usage

# S3 method for igraph
plot(x, ...)

Arguments

x

A migraph-compatible object, especially an igraph graph object.

...

Additional arguments passed on to igraph.

Examples

Run this code
# NOT RUN {
mat1 <- create_ring(5,10)
plot(mat1)
# }

Run the code above in your browser using DataLab