View source: R/utils-ggplot2.R
reverse_log_trans | R Documentation |
Show a reversed order for a log transformed scale from ggplot. Ripped from: https://stackoverflow.com/questions/11053899/how-to-get-a-reversed-log10-scale-in-ggplot2
reverse_log_trans(base = exp(1))
base |
a positive or complex number: the base with respect to which
logarithms are computed. Defaults to e= |
Brian Diggs (https://stackoverflow.com/users/892313/brian-diggs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.