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