scale_y_continuous {ggplot2} | R Documentation |
scale_y_continuous(
labels = NULL,
limits = NULL);
One of:
+ NULL
for no labels
+ waiver() for the default labels computed by the transformation object
+ A character vector giving labels (must be same length As breaks)
+ A Function that() takes the breaks As input And returns labels As output. Also accepts rlang lambda Function notation. [as string]