cluster_var {clickR}R Documentation

Clustering of variables

Description

Displays associations between variables in a data.frame in a heatmap with clustering

Usage

cluster_var(x, margins = c(8, 1))

Arguments

x

A data.frame

margins

Margins for the plot

Value

A heatmap with the variable associations

Examples

cluster_var(iris)
cluster_var(mtcars)

[Package clickR version 0.9.39 Index]