Description Usage Arguments See Also Examples
View source: R/reverselog_trans.R
Transform data in the inverse log scale for ggplot2
1 | reverselog_trans(base = 10)
|
base |
numeric; logarithm base. |
scale_continuous
1 2 3 4 | ggplot(trees, aes(Girth, Height)) +
geom_point() +
scale_y_continuous(trans=reverselog_trans())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.