plot an DirectedNet object
## S3 method for class 'Rcpp_DirectedNet' plot(x, ...)
x
: the Rcpp_DirectedNet object...
: additional parameters for plot.networkThis is a thin wrapper around plot.network
.
data(ukFaculty) net <- as.BinaryNet(ukFaculty) plot(net, vertex.col=net[["Group"]]+1)