summary | R Documentation |
This function produces a summary of the network, flattened and layer-by-layer
## S3 method for class 'Rcpp_RMLNetwork'
summary(object, ...)
object |
A multilayer network. |
... |
Not used. |
A data frame with the following columns: n: number of actors/vertices, m: number of edges, dir: directionality (0:undirected, 1:directed), nc: number of components (strongly connected components for directed graphs), slc: size of largest (strongly connected) component, dens: density, cc: clustering coefficient (corresponding to transitivity in igraph), apl: average path length, dia: diameter
net <- ml_aucs()
summary(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.