Convert Cluster Result to Data Frame
Convert object of class "kcca"
to a data frame in long format.
kcca2df(object, data)
object |
Object of class |
data |
Optional data if not saved in |
A data.frame
with columns value
, variable
and
group
.
c.iris <- cclust(iris[,-5], 3, save.data=TRUE) df.c.iris <- kcca2df(c.iris) summary(df.c.iris) densityplot(~value|variable+group, data=df.c.iris)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.