heatmap_correlations: Correlations heatmap

Description Usage Arguments Examples

View source: R/univariate.R

Description

Plots a heatmap with the correlations.

Usage

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

Arguments

correlations

correlation matrix

col

colors to be used on heatmap.

...

extra parameters to visual purposes.

Examples

1
2
3
4
5
  ## Example of correlations heatmap
  library(specmine.datasets)
  data(cachexia)
  correlations = correlations_dataset(cachexia)
  heatmap_correlations(correlations)

specmine documentation built on Sept. 21, 2021, 5:06 p.m.