powered by
This function creates a correlation heatmap for all continuous features.
CorrelationContinuous(data, ...)
input data to be plotted, in either data.frame or data.table format.
other arguments to be passed to cor.
# NOT RUN { # correlation of features from mtcars dataset data(mtcars) CorrelationContinuous(mtcars) # }
Run the code above in your browser using DataLab