View source: R/ggplot2-helpers.R
reverselog_trans | R Documentation |
Transform axis to reversed log scale.
reverselog_trans(base = exp(1))
base |
base for the log transformation; default is to use natural logarithm (base exp(1)). |
https://stackoverflow.com/a/11054781/1198125
trans_new
,breaks_log
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.