dendrogram.ranked.list | R Documentation |
Creates a cluster dendrogram from a ranked assessment data set.
## S3 method for class 'ranked.list'
dendrogram(object, dist = "symdiff", method = "complete", ...)
object |
The ranked assessment data set. |
dist |
A string specifying the distance measure to be used, see |
method |
A string specifying agglomeration method to be used, see |
... |
Further arguments passed to or from other functions. |
browseVignettes("challengeR")
Other functions to visualize cross-task insights:
stability.ranked.list()
,
stabilityByAlgorithm.bootstrap.list()
,
stabilityByTask.bootstrap.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.