plotHeatmap: Heat map object.

Description Usage Arguments Value

View source: R/plotting.R

Description

Heat map object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plotHeatmap(
  hm,
  x,
  y,
  value,
  type = NULL,
  title = NULL,
  x_axis_order = NULL,
  y_axis_order = NULL,
  fill_limits = NULL,
  theme = NULL
)

Arguments

hm

Data frame with heatmap data.

x, y

Column names for X-axis and Y-axis, respectively.

value

Column name for tile values.

type

Heatmap type (NULL, cluster_labels, abundance, or change). This will influence formatting.

title

Plot title.

x_axis_order, y_axis_order

Order of X- and Y-axis tick labels. If none specified, mixedsort will be used.

theme

Modifications to the default ggplot theme.

Value

An orloj plot list with the plot object and any other parameters that are required to export it.


astrolabediagnostics/orloj documentation built on May 20, 2021, 2:17 p.m.