dupPartition | R Documentation |
Duplicated data are grouped together to form a basic partition that can be used to start hierarchical agglomeration.
dupPartition(data)
data |
A numeric vector, matrix, or data frame of observations.
If a matrix or data frame, rows correspond to observations ( |
A vector of indices indicating the partition.
hc
dupPartition(iris[,1:4])
dupPartition(iris)
dupPartition(iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.