nestedness: Nestedness

Description Usage Arguments Details Value Examples

View source: R/nestedness.R

Description

Nestedness of a graph.

Usage

1
2
3
nestedness(graph, transpose = FALSE)

nestedness_total(graph)

Arguments

graph

an igraph object.

transpose

logical. If FALSE the nestedness of rows with regard to the columns is comptute. If TRUE the nestedness of columns with regard to rows is compute.

Details

nestedness() return the nestedness of a network rows with regard to the columns or vice-versa.

nestedness_total() return the whole nestedness as the mean of the two values.

Value

numeric the nestedness.

Examples

1
2
3
4

clementviolet/omnivor documentation built on Aug. 16, 2019, 12:05 a.m.