View source: R/scale_y_log10nice.R
Creates a nice log 10 scale for plots (goes with scales package and ggplot2).
1 | scale_y_log10nice(name = waiver(), omag = seq(-10, 20), ...)
|
1 | ggplot(dat, aes(...)) + scale_y_log10nice()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.