Learn R Programming

rtemis (version 0.79)

plotly.heat: Heatmap with plotly

Description

Draw a heatmap using plotly

Usage

plotly.heat(z, x = NULL, y = NULL, title = NULL,
  col = penn.heat(21), xlab = NULL, ylab = NULL, zlab = NULL,
  transpose = TRUE)

Arguments

z

Input matrix

x, y

Vectors for x, y axes

title

Plot title

col

Set of colors to make gradient from

xlab

x-axis label

ylab

y-axis label

zlab

z value label

transpose

Logical. Transpose matrix