scale_T_continuous(name = waiver(), limits = NULL, breaks = waiver(), minor_breaks = waiver(), labels = waiver(), ...)
scale_L_continuous(name = waiver(), limits = NULL, breaks = waiver(), minor_breaks = waiver(), labels = waiver(), ...)
scale_R_continuous(name = waiver(), limits = NULL, breaks = waiver(), minor_breaks = waiver(), labels = waiver(), ...)
NULL
, the default, the name of the scale is taken from the first
mapping used for that aesthetic.NA
to refer to the existing minimum or maximum.NULL
for no breaks
waiver()
for the default breaks computed by the
transformation object
NULL
for no minor breaks
waiver()
for the default breaks (one minor break between
each major break)
NULL
for no labels
waiver()
for the default labels computed by the
transformation object
breaks
)