| plot.cograph_network | R Documentation |
Plot cograph_network Object
## S3 method for class 'cograph_network'
plot(x, ...)
x |
A cograph_network object. |
... |
Additional arguments passed to sn_render. |
The input object x, invisibly.
## Not run:
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
plot(net)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.