featureTable {deco} | R Documentation |
The 'featureTable' slot is the main output table, including all the feature statistics and rankings from both steps of DECO: RDA and NSCA.
featureTable(object)
object |
a deco-class object. |
This function returns the featureTable within a deco-class object.
Francisco Jose Campos Laborie. <fjcamlab@gmail.com>
## Loading pre-calculated objects... data(ALCLdata) featTable <- featureTable(deco.results.ma) head(featTable)