| summary.cograph_network | R Documentation |
Summary of cograph_network Object
## S3 method for class 'cograph_network'
summary(object, ...)
object |
A cograph_network object. |
... |
Ignored. |
A list with network summary information (invisibly), containing
elements n_nodes, n_edges, directed, weighted,
and has_layout.
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
summary(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.