Learn R Programming

multinet (version 4.2)

summary: Summarise a multilayer network

Description

This function produces a summary of the network, flattened and layer-by-layer

Usage

# S3 method for Rcpp_RMLNetwork
summary(object, ...)

Value

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

Arguments

object

A multilayer network.

...

Not used.

Examples

Run this code
net <- ml_aucs()
summary(net)

Run the code above in your browser using DataLab