hcm | R Documentation |
Hierarchical Clustering
hcm(
data,
podatki,
imena,
stand = TRUE,
dis = "euclidean",
method = "ward.D2",
grp = "number",
group = 2,
hght = 15,
case = FALSE,
dend = FALSE,
horiz = FALSE,
heat = FALSE,
pair = FALSE,
width = 500,
height = 500,
width1 = 500,
height1 = 500,
width2 = 500,
height2 = 500
)
data |
. |
podatki |
. |
imena |
. |
stand |
. |
dis |
. |
method |
. |
grp |
. |
group |
. |
hght |
. |
case |
. |
dend |
. |
horiz |
. |
heat |
. |
pair |
. |
width |
. |
height |
. |
width1 |
. |
height1 |
. |
width2 |
. |
height2 |
. |
A results object containing:
results$instructions | a html | ||||
results$izpis | a table | ||||
results$groups | a table | ||||
results$plot | an image | ||||
results$heat | an image | ||||
results$pairs | an image | ||||
results$clust | an output | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$izpis$asDF
as.data.frame(results$izpis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.