simplyheat: A function for creating simplystats themed heatmaps

Description Usage Arguments

View source: R/simplyheat.R

Description

This function creates histograms. The default is a theme that runs from blue (low) to orange (high). The heatmap is not clustered and is oriented the "right" way so that the upper left cell of the matrix is the upper left cell plotted in the heatmap.

Usage

1
2
simplyheat(dat, x = NULL, y = NULL, ..., ncol = 11, logo = TRUE,
  theme = "black")

Arguments

dat

A data matrix

x

The x axis labels, must be of length dim(dat)[2]

y

The y axis labels, must be of length dim(dat)[1]

...

Other arguments to the heatmap function

ncol

The number of colors that you want

logo

Logical, if true, then the simplystats logo is added to the plot

theme

Options are "black" or "white"


jtleek/simplystats documentation built on May 20, 2019, 3:13 a.m.