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)

David-Hervas/clickR documentation built on Feb. 15, 2024, 8:33 p.m.