as.network.Rcpp_DirectedNet | R Documentation |
Convert a DirectedNet to a network object
## S3 method for class 'Rcpp_DirectedNet'
as.network(x, ...)
x |
the object |
... |
unused |
A network object
DirectedNet
el <- matrix(c(1,2),ncol=2)
#make an UndirectedNet with one edge and 5 nodes
net <- new(UndirectedNet, el, 5L)
nw <- as.network(net)
nw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.