default_scale: Get default scale for non-correlation heatmaps.
Description
Get default scale for non-correlation heatmaps.
Usage
default_scale(
val_type,
aes_type,
leg_order = 1,
title = ggplot2::waiver(),
na_col = "grey50",
bins = NULL,
limits = NULL
)
Value
ggplot2 scale for non-correlation heatmaps.
Arguments
- val_type
Value type ('continuous' or 'discrete').
- aes_type
Aesthetic type ('fill', 'col' or 'size).
- leg_order
Order of legend.
- title
Legend title.