View source: R/visualize_time_series_heatmap.R
visualize_time_series_heatmap | R Documentation |
visualize_time_series_heatmap
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
)
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) |
heatmap of volume by variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.