Learn R Programming

specmine (version 3.0.2)

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

Run the code above in your browser using DataLab