plot.Rcpp_UndirectedNet: Plot an UndirectedNet object

Description Usage Arguments Details Examples

View source: R/binary-net.R

Description

Plot an UndirectedNet object

Usage

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

Arguments

x

the object

...

additional parameters for plot.network

Details

This is a thin wrapper around plot.network.

Examples

1
2
3
4
5
el <- matrix(c(1,2),ncol=2)
net <- new(UndirectedNet, el, 5L)
net[1,5] <- 1
net[2,5] <- 1
plot(net)

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