These are the default scales for the units
class. These will usually be added automatically. To override manually, use scale_*_units
.
scale_x_units(..., guide = ggplot2::waiver(), position = "bottom",
sec.axis = ggplot2::waiver(), unit = NULL)
scale_y_units(..., guide = ggplot2::waiver(), position = "left",
sec.axis = ggplot2::waiver(), unit = NULL)
Arguments
arguments passed on to continuous_scale
(e.g. scale transformations via the trans
argument; see examples).
A function used to create a guide or its name. See guides()
for more information.
For position scales, The position of the axis. left
or right
for y axes, top
or bottom
for x axes.
sec_axis()
is used to specify a secondary axis.
A unit specification to use for the axis. If given, the values will be converted to this unit before plotting. An error will be thrown if the specified unit is incompatible with the unit of the data.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4