Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PercentAxis

Percentage-labeled axis.


Description

Use percentages instead of decimals to label the an axis with a probability scale .

Usage

PercentAxis(x, at, ...)

Arguments

x

Side of the axis

at

Positions (decimals) at which to label the axis.

...

Given to axis.

Author(s)

Thomas Alexander Gerds

See Also

Examples

plot(0,0,xlim=c(0,1),ylim=c(0,1),axes=FALSE)
  PercentAxis(1,at=seq(0,1,.25))
  PercentAxis(2,at=seq(0,1,.25))

prodlim

Product-Limit Estimation for Censored Event History Analysis

v2019.11.13
GPL (>= 2)
Authors
Thomas A. Gerds
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.