Learn R Programming

clickR (version 0.9.45)

cluster_var: 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))

Value

A heatmap with the variable associations

Arguments

x

A data.frame

margins

Margins for the plot

Examples

Run this code
cluster_var(iris)
cluster_var(mtcars)

Run the code above in your browser using DataLab