plotHeatmap: Heatmap

Description Usage Arguments Details Value Author(s)

Description

Create a heatmap.

Usage

1
2
3
4
plotHeatmap(data, x = "Var1", y = "Var2", heat.colours = c("darkorange2",
  "skyblue4"), show.corr.values = TRUE, ylab = y.axis.label,
  xlab = x.axis.label, y.axis.label = NULL, x.axis.label = NULL,
  corr.text.size = 5, legend.position = "left")

Arguments

data

The dataset to plot.

x

The x axis variables.

y

The y axis variables.

heat.colours

The spectrum of colours for the heat map, as a vector between the lowest (negative) correlation and the highest (positive) correlation.

show.corr.values

Logical; add the correlation values to the heatmap.

ylab
xlab
y.axis.label
x.axis.label
corr.text.size

Size of the text that show the correlation values.

Details

Used with plotHeatmapCorr.

Value

Heatmap

Author(s)

Luke W. Johnston


lwjohnst86/rstatsToolkit documentation built on May 21, 2019, 9:15 a.m.