featureTable {deco}R 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)


[Package deco version 1.6.0 Index]