Learn R Programming

functClust (version 0.1.6)

remove_components: Remove components from dataset

Description

Remove one or more components from a dataset.

Usage

remove_components(fobs, mOccur, components)

Arguments

fobs

a numeric vector. The vector fobs contains the quantitative performances of assemblages.

mOccur

a matrix of occurrence (occurrence of elements). Its first dimension equals to length(fobs). Its second dimension equals to the number of elements.

components

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.

Value

Return a list containing:

  • $fobs : the matrix of averaged performances of unique assemblages. $mOccur : the matrix of occurrence of unique assemblages.

Details

None.