remove_components: Remove components from dataset

Description Usage Arguments Details Value

View source: R/fclust.R

Description

Remove one or more components from a dataset.

Usage

1
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.

Details

None.

Value

Return a list containing:

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


functClust documentation built on Dec. 2, 2020, 5:06 p.m.