Learn R Programming

DataExplorer (version 0.2.4)

CorrelationContinuous: Create correlation heatmap for continuous features

Description

This function creates a correlation heatmap for all continuous features.

Usage

CorrelationContinuous(data, ...)

Arguments

data
input data to be plotted, in either data.frame or data.table format.
...
other arguments to be passed to cor.

Examples

Run this code
# correlation of features from mtcars dataset
data(mtcars)
CorrelationContinuous(mtcars)

Run the code above in your browser using DataLab