Learn R Programming

functClust (version 0.1.6)

predict_amean_bymot: Prediction of supplementary assemblages by motif

Description

Takes a numeric f.

Usage

predict_amean_bymot(appFct, appMotifs, supMotifs)

Arguments

appFct

a vector of numeric values (assembly properties).

appMotifs

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

supMotifs

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

Value

Return a vector of length(supMotifs). The values are computed using arithmetic mean of components belonging to appMotifs and sharing a same motif.

Details

Prediction ...