Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


specmine (version 3.1.6)

heatmap_correlations: Correlations heatmap

Description

Plots a heatmap with the correlations.

Usage

heatmap_correlations(correlations, col = NULL, ...)

Arguments

correlations

correlation matrix

col

colors to be used on heatmap.

extra parameters to visual purposes.

Examples

Run this code
# 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