Learn R Programming

radiant (version 0.1.95)

plot.kmeans_clus: Plot method for kmeans_clus

Description

Plot method for kmeans_clus

Usage

"plot"(x, shiny = FALSE, ...)

Arguments

x
Return value from kmeans_clus
shiny
Did the function call originate inside a shiny app
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/kmeans_clus.html for an example in Radiant

See Also

kmeans_clus to generate results

summary.kmeans_clus to summarize results

save_membership to add cluster membership to the selected dataset

Examples

Run this code
result <- kmeans_clus("shopping", km_vars = c("v1:v6"))
plot(result)

Run the code above in your browser using DataLab