Learn R Programming

functClust (version 0.1.6)

predict_gmean_byelt: Prediction of supplementary assemblages computed gmean = by using geometric mean byelt = by motif WITH taking into account species contribution by including all the assemblages, even the one to predict for any Function (for instance Fobs)

Description

Takes a numeric f.

Usage

predict_gmean_byelt(appFct, appMotifs, appOccur,
                        supMotifs, supOccur )

Arguments

appFct

a vector of numeric values (assembly properties).

appMotifs

a vector of labels of length(fct) (assembly motifs).

appOccur

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

supMotifs

a vector of labels of length(fct) (assembly motifs).

supOccur

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

Value

cccc

Details

dd