Get default colour scale for non-correlation heatmaps.
default_col_scale(
val_type,
aes_type,
leg_order = 1,
title = ggplot2::waiver(),
na_col = "grey50",
bins = NULL,
limits = NULL
)ggplot2 colour scale for non-correlation heatmaps.
Value type ('continuous' or 'discrete').
Aesthetic type ('fill', 'col' or 'size).
Order of legend.
Legend title.
Colour of NA values.
Number of bins in scale(s).
Limits of scales.