Description Usage Arguments Details Value
The function checks the inputs,
then switch on different methods of component clustering
according to the option opt.method
.
Three methods (opt.method = c("sort", "divisive", "agglomerative")
)
generate a hierarchical tree.
The last method (opt.method = "cluster"
)
generates a non-hierarchical tree of clustering.
1 2 3 4 5 6 7 |
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 |
affectElt |
a vector of integers
of If If |
opt.method |
a string that specifies the method to use.
If If If |
opt.mean |
a character equals to Modelled performances are computed
using arithmetic mean ( |
opt.model |
a character equals to If If |
opt.nbMax |
an integer, comprizes between 1 and nbElt,
that indicates the last level of hierarchical tree to compute.
This option is very useful to shorten computing-time
in the test-functions
|
None.
Return a primary tree of clustering of components for their effect on the performances of component assemblages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.