Determining scales for mosaics
.scale_x_mosaic(
breaks = unique,
minor_breaks = NULL,
labels = unique,
na.value = NA_real_,
position = "bottom",
...
)One of:
NULL for no breaks / labels.
ggplot2::waiver() for the default breaks / labels computed by the scale.
A numeric / character vector giving the positions of the breaks / labels.
A function.
See ggplot2::scale_x_continuous() for more details.
The value to be used for NA values.
For position scales, The position of the axis. left or right for y axes, top or bottom for x axes.
other arguments passed to continuous_scale().