
Last chance! 50% off unlimited learning
Sale ends in
Plots a heatmap with the correlations.
heatmap_correlations(correlations, col = NULL, ...)
correlation matrix
colors to be used on heatmap.
extra parameters to visual purposes.
# NOT RUN {
## Example of correlations heatmap
library(specmine.datasets)
data(cachexia)
correlations = correlations_dataset(cachexia)
heatmap_correlations(correlations)
# }
Run the code above in your browser using DataLab