log.scale | R Documentation |
Returns a scale object for continuous x or y aesthetics.
## S3 method for class 'scale'
log(
...,
expand = c(0.02, 0),
trans = "log10",
breaks = log.ticks(),
minor_breaks = log.ticks(1:9),
labels = scientific.notation,
axis = "x"
)
expand |
See scale_x_continuous() in ggplot2 package. |
trans |
See scale_x_continuous() in ggplot2 package. |
breaks |
See scale_x_continuous() in ggplot2 package. |
minor_breaks |
See scale_x_continuous() in ggplot2 package. |
labels |
See scale_x_continuous() in ggplot2 package. |
axis |
"x" for horizontal axis (default), "y" for vertical axis. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.