scale_quantity | R Documentation |
Position scales for quantities (x & y)
scale_quantity( name = NULL, dimension = c("x", "y"), expand = ggplot2::expansion(mult = c(0, 0.1)), limits = c(0, NA), unit = NULL, labels = NULL, format = NULL, ..., verbose = getOption("verbose") ) scale_x_quantity(...) scale_y_quantity(...) scale_xy_quantity(...)
name |
(character) axis label |
expand |
passed to |
limits |
passed to |
unit |
(character) passed to |
labels |
passed to |
format |
passed to |
... |
passed to |
verbose |
(logical) display messages |
scale_x_quantity()
:
scale_y_quantity()
:
scale_xy_quantity()
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.