visualize_time_series_heatmap: visualize_time_series_heatmap

View source: R/visualize_time_series_heatmap.R

visualize_time_series_heatmapR Documentation

visualize_time_series_heatmap

Description

visualize_time_series_heatmap

Usage

visualize_time_series_heatmap(
  data,
  scale_data = FALSE,
  title = NULL,
  caption = NULL,
  reverse_volume_axis = FALSE,
  variable_axis_label = "variable",
  numeric_variable_names = FALSE,
  palette = "RdBu",
  palette_direction = 1,
  transpose = FALSE
)

Arguments

data

data of volume/time points (row) by variable (e.g., multiple regions of interest or predictors of design matrix) for heatmap figure

title

title of figure (default: NULL)

Value

heatmap of volume by variable


epongpipat/ppi documentation built on Jan. 31, 2024, 1:02 p.m.