The nos R package

CRAN Downloads CRAN_Status_Badge License: GPL v3 CircleCI Codecov test coverage

Calculate NOS (node overlap and segregation) and the associated metrics described in Strona and Veech (2015) DOI:10.1111/2041-210X.12395 and Strona et al. (2018) DOI:10.1111/ecog.03447 . The functions provided in the package enable assessment of structural patterns ranging from complete node segregation to perfect nestedness in a variety of network types. In addition, they provide a measure of network modularity.

The package is currently on CRAN and can be installed via

install.packages("nos")

Alternatively, you can install the developmental version via

devtools::install_github("txm676/nos")