Scales control the mapping between data and aesthetics, and control the display of the matching guide (axis or legend)
Ex: Linear scaling of x and y axes (scales)
See:
Colour/fill probably most commonly manipulated
Example:
scale_x_continuous(NULL, breaks = NULL) +
scale_y_continuous(NULL, breaks = NULL)
See scale in the doc