Description Usage Arguments Details Value Note Author(s) References See Also Examples
Presents an ordered list of possible cluster combinations to consider for merging to simplify a classification.
1 | consider(part)
|
part |
an object of class ‘partana’ from functions
|
Simply sorts the cluster-to-cluster mean similarity matrix of a ‘partana’ object into a list sorted by mean similarity.
a data.frame with three elements:
row |
the current cluster number |
col |
the cluster to which it is most similar |
vals |
the mean similarity of the two clusters |
The listed combinations are not suggested to be optimal by any specific
criterion. In fact, if the ‘partana’ object was generated by optpart
or bestopt
it is known that the suggested combinations are sub-optimal.
Nevertheless, sometimes it is desirable to simplify a classification for other reasons.
David W. Roberts droberts@montana.edu
http://ecology.msu.montana.edu/labdsv/R
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.