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