Learn R Programming

inpdfr (version 0.1.12)

IdentifyStructure: Copy of the identifyStructure function from Tad Dallas metacom package.

Description

Identifies structure (or quasi-structure) and outputs a classification.

Usage

IdentifyStructure(metacom.obj)

Value

Ouputs a classification of the metacommunity.

Arguments

metacom.obj

The result of the `Metacommunity` function, containing a list of 4 elements; the empirical matrix being tested, and results for coherence, turnover, and boundary clumping.

Details

Tad Dallas <tdallas@uga.edu> identifyStructure function no longer maintained in metacom package. see https://github.com/taddallas/metacom. This function was copy-pasted from version 1.4.4 of package metacom with minor modification (fix warning: the condition has length > 1 and only the first element will be used).