plot.Rcpp_DirectedNet {lolog} | R Documentation |
plot an DirectedNet object
Description
plot an DirectedNet object
Usage
## 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
data(ukFaculty)
net <- as.BinaryNet(ukFaculty)
plot(net, vertex.col=net[["Group"]]+1)
[Package lolog version 1.3.1 Index]