View source: R/utilities-axis.R
getPercentileTickLabels | R Documentation |
Get ticklabels expressions for percentiles of normal distribution scale plots
getPercentileTickLabels(ticks)
ticks |
numeric values of the ticks |
Expressions to use in ticklabels
input parameter of setXAxis
and setYAxis
functions
ticks <- rnorm(5)
getPercentileTickLabels(ticks)
# Get percentile of normal distribution
ticks <- qnorm(seq(1, 9) / 10)
getPercentileTickLabels(ticks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.