Learn R Programming

DataExplorer (version 0.4.0)

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
# NOT RUN {
# correlation of features from mtcars dataset
data(mtcars)
CorrelationContinuous(mtcars)
# }

Run the code above in your browser using DataLab