Learn R Programming

specmine (version 1.0)

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
  ## Example of correlations heatmap
  data(cachexia)
  correlations = correlations_dataset(cachexia)
  heatmap_correlations(correlations)

Run the code above in your browser using DataLab