cluster_var {clickR} | R Documentation |
Displays associations between variables in a data.frame in a heatmap with clustering
cluster_var(x, margins = c(8, 1))
x |
A data.frame |
margins |
Margins for the plot |
A heatmap with the variable associations
cluster_var(iris)
cluster_var(mtcars)