hc | R Documentation |
Clustering Dendrogram
hc(
mode,
data,
labels,
vars,
stand = TRUE,
k = 2,
metric = "euclidean",
method = "ward.D2",
type = "rectangle",
plot = FALSE,
horiz = FALSE,
width = 500,
height = 500,
vars1,
method1 = "average",
nb = 100,
dm = "correlation",
plot1 = FALSE,
width1 = 500,
height1 = 500
)
mode |
. |
data |
The data as a data frame. |
labels |
. |
vars |
. |
stand |
. |
k |
. |
metric |
. |
method |
. |
type |
. |
plot |
. |
horiz |
. |
width |
. |
height |
. |
vars1 |
. |
method1 |
. |
nb |
. |
dm |
. |
plot1 |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$clust | an output | ||||
results$plot | an image | ||||
results$plot1 | an image | ||||
results$text | a preformatted | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.