plot.Rcpp_DirectedNet: plot an DirectedNet object

Description Usage Arguments Details Examples

View source: R/binary-net.R

Description

plot an DirectedNet object

Usage

1
2
## S3 method for class 'Rcpp_DirectedNet'
plot(x, ...)

Arguments

x

the Rcpp_DirectedNet object

...

additional parameters for plot.network

Details

This is a thin wrapper around plot.network.

Examples

1
2
3
data(ukFaculty)
net <- as.BinaryNet(ukFaculty)
plot(net, vertex.col=net[["Group"]]+1)

lolog documentation built on July 1, 2021, 9:09 a.m.