| plot_components_box | R Documentation |
Plot performances of assemblages that contain a given component as boxplots, possibly horizontally or vertically, by decreasing or increasing values or in the same order as the tree clustering.
plot_components_box(fobs, mOccur, sres,
ordre = NULL, ylim = range(fobs),
elt.wdw = seq_len(dim(mOccur)[2]),
main = "",
pvalue = fpvalue(),
opt.mean = "amean", opt.hor = TRUE )
fobs |
a numeric vector. The vector |
mOccur |
a matrix of occurrence (occurrence of elements).
Its first dimension equals to |
sres |
a table generated by the function |
ordre |
an integer vector of |
ylim |
a vector of two numerics.
The numerics are extrem values of performance |
elt.wdw |
a vector of integers. It indicates the components to plot. |
main |
a string. The string is used as graph title. |
pvalue |
a probability,
used as threshold
in the variance analysis. Then |
opt.mean |
a character equals to |
opt.hor |
a logical.
If |
None.
Nothing. It is a procedure.