Learn R Programming

migraph (version 0.6.6)

plot.blockmodel: ggplot2-based plotting of blockmodel results

Description

ggplot2-based plotting of blockmodel results

Usage

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

Arguments

x

A blockmodel-class object.

...

Additional arguments passed on to ggplot2.

Examples

Run this code
# NOT RUN {
usa_concor <- blockmodel_concor(mpn_elite_usa_advice)
plot(usa_concor)
# }

Run the code above in your browser using DataLab