Plot
sort_components(fobs, mOccur, cols,
pvalue = fpvalue(),
opt.dec = TRUE )
numeric vector. The vector contains observed assemblage performances.
a matrix of occurrence of components within the assemblages.
dim(mOccur)[1] = length(fobs)
.
dim(mOccur)[2]
equals to the total number of components.
an integer vector of length(fobs)
.
The vector contains a colour label for each assemblages.
a probability,
used as threshold
in the variance analysis. Then pvalue
must be
higher than 0
and lower than 1
.
Groups significantly different
(at a p-value < pvalue
) are then indicated by differents letters
on the right of boxplots.
a logical.
If opt.dec = TRUE
,
assembly motifs are sorted by decreasing mean performances.
If opt.dec = FALSE
,
assembly motifs are sorted by increasing mean performances.
Return a table containing statistical properties of assembly centroids, sorted by increasing or decreasing mean performances.
None.