Description Usage Arguments Author(s) See Also Examples
Use percentages instead of decimals to label the an axis with a probability scale .
1 | PercentAxis(x, at, ...)
|
x |
Side of the axis |
at |
Positions (decimals) at which to label the axis. |
... |
Given to |
Thomas Alexander Gerds
1 2 3 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.