heatmap: Heatmap

Description Usage Arguments

View source: R/plotting.R

Description

Heatmap

Usage

1
2
3
heatmap(x, aspect = "fill", xlab = "column", ylab = "row",
  col = pals::coolwarm(100), ylim = c(nrow(x) + 0.5, 0.5),
  useRaster = TRUE, ...)

Arguments

x

matrix

aspect

aspect

xlab

label of x axis

ylab

label of y axis

col

colormap

ylim

y limits

useRaster

if TRUE a bitmap raster is used to plot the image instead of polygons

...

additional parameters


unoe/noe documentation built on Nov. 5, 2019, 11:05 a.m.