Remove one or more components from a dataset.
remove_components(fobs, mOccur, components)
a numeric vector. The vector fobs
contains the
quantitative performances of assemblages.
a matrix of occurrence (occurrence of elements).
Its first dimension equals to length(fobs)
. Its second dimension
equals to the number of elements.
a list of strings, that indicates the components to remove from the matrix of occurrence and from vector (or matrix) of assemblage performances. The components to remove must belong to colnames of mOccur.
Return a list containing:
$fobs
: the matrix of averaged performances of unique assemblages.
$mOccur
: the matrix of occurrence of unique assemblages.
None.