powered by
Convert object of class "kcca" to a data frame in long format.
"kcca"
kcca2df(object, data)
Object of class "kcca".
Optional data if not saved in object.
object
A data.frame with columns value, variable and group.
data.frame
value
variable
group
# NOT RUN { 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) # }
Run the code above in your browser using DataLab