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

Description Usage Arguments Value Author(s) See Also Examples

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

1
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

1
2
3
4
5
6
## Loading pre-calculated objects...
data(ALCLdata)

featTable <- featureTable(deco.results.ma)

head(featTable)

deco documentation built on Nov. 8, 2020, 7:45 p.m.