View source: R/methods-print.R
| print.cograph_network | R Documentation |
Print cograph_network Object
## S3 method for class 'cograph_network'
print(x, ...)
x |
A cograph_network object. |
... |
Ignored. |
The input object x, invisibly.
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
print(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.