Numeric position scales

  • scale_x_continous()
  • scale_y_continous()
  • Both map linearly from the data value to a location on the plot.
  • The limits should be a numeric vector of length two, or numeric value and NA.
  • Other scales used for transformations:
    • scale_x_log10()
    • scale_x_reverse()