featureTable: Accessor to 'featureTable' slot of 'deco-class' objects.

featureTableR Documentation

Accessor to 'featureTable' slot of 'deco-class' objects.

Description

The 'featureTable' slot is the main output table, including all the feature statistics and rankings from both steps of DECO: RDA and NSCA.

Usage

featureTable(object)

Arguments

object

a deco-class object.

Value

This function returns the featureTable within a deco-class object.

Author(s)

Francisco Jose Campos Laborie. <fjcamlab@gmail.com>

See Also

decoRDA

Examples

## Loading pre-calculated objects...
data(ALCLdata)

featTable <- featureTable(deco.results.ma)

head(featTable)


fjcamlab/deco documentation built on Aug. 18, 2024, 4:28 a.m.