Description Usage Arguments Details Value
Take a hierarchical tree of species clustering, a matrix of occurrency and the corresponding vector of performances, and return the predictions, statistics and other informations.
1 2 3 4 5 6 7 8 |
tree.I |
an integer square-matrix. The matrix represents a hierarchical tree of species clustering. |
fobs |
a numeric vector. The vector |
mOccur |
a matrix of occurrence (occurrence of elements).
Its first dimension equals to |
xpr |
a vector of numerics of |
opt.method |
a string that specifies the method to use.
If If If If Recall that, if |
opt.mean |
a character equals to |
opt.model |
a character equals to |
opt.jack |
a logical, that switchs towards cross-validation method. If If |
jack |
an integer vector of length |
opt.nbMax |
an integer, that indicates the maximum number
of tree levels to cluster.
By default, |
None.
Return a list containing predictions of assembly performances and statistics computed by using a species clustering tree.
Recall of inputs:
nbElt, nbAss
: the numbers of components, of assemblages
opt.method
: the method used to cluster components,
opt.mean
: the option for mean values computing,
opt.model
: the option for prediction modelling,
opt.jack
: the option for method of cross-validation,
jack
: the parameters for jackknife,
fobs
: the vector of observed performances of assemblages,
mOccur
: the matrix of component occurrence,
xpr
: the vector of labels of different experiments.
Primary and secondary trees of element clustering:
tree.I
: the primary tree of component clustering,
tree.II
: the validated secondary
tree of component clustering,
nbOpt
: the optimum number of clusters,
Matrices of calibration and prediction using tree.I and associated statistics:
mCal
: the matrix of modelled values,
mPrd
: the matrix of values predicted by cross-validation,
mMotifs
: the matrix of labels of assembly motifs,
mStats
: the matrix of associated statistics.
Matrices of calibaration and prediction using tree.II and associated statistics:
tCal
: the matrix of values modelled
using the valid part of tree,
tPrd
: the matrix of values predicted
using the valid part of tree,
tStats
: statistics of valid tree model goodness-of-fit,
tNbcl
: the number of clusters used
or computing each performance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.