getPercentileTickLabels: getPercentileTickLabels

View source: R/utilities-axis.R

getPercentileTickLabelsR Documentation

getPercentileTickLabels

Description

Get ticklabels expressions for percentiles of normal distribution scale plots

Usage

getPercentileTickLabels(ticks)

Arguments

ticks

numeric values of the ticks

Value

Expressions to use in ticklabels input parameter of setXAxis and setYAxis functions

Examples

ticks <- rnorm(5)
getPercentileTickLabels(ticks)

# Get percentile of normal distribution
ticks <- qnorm(seq(1, 9) / 10)
getPercentileTickLabels(ticks)


Open-Systems-Pharmacology/TLF-Library documentation built on Feb. 8, 2025, 11:22 a.m.