powered by
Use percentages instead of decimals to label the an axis with a probability scale .
PercentAxis(x, at, ...)
Side of the axis
Positions (decimals) at which to label the axis.
Given to axis.
axis
Thomas Alexander Gerds
plot.prodlim
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))
Run the code above in your browser using DataLab