View source: R/utilities-axis.R
getLnTickLabels | R Documentation |
Get ticklabels expressions for ln scale plots
getLnTickLabels(ticks)
ticks |
numeric values of the ticks |
Expressions to use in ticklabels
input parameter of setXAxis
and setYAxis
functions
ticks <- exp(c(1, 5, 10, 50, 100, 500))
getLnTickLabels(ticks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.