plotly.heat: Heatmap with 'plotly'

View source: R/plotly.heat.R

plotly.heatR Documentation

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: If TRUE, transpose matrix

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.