cluster_var: Clustering of variables

View source: R/descriptive.R

cluster_varR 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)

clickR documentation built on Aug. 8, 2023, 1:11 a.m.