p2y {WeibullR} | R Documentation |
Transform Probability Value to the Y-Axis of a "plot.wblr"
Canvas
Description
This function used to transform a probability value to the y-axis of a plot canvas.
Usage
p2y(p,canvas="weibull")
Arguments
p |
The percentile or probability value |
canvas |
The name of the wblr canvas to plot to. (Does not have to match the fit distribution. Use of this transformation permits distributions to appear as curves on unrelated canvas.) |
Details
This applies the inverse Cumulative Distribution function. When applying the default "weibull"
canvas
this function is equivalent to SPLEDA::qsev
. It is particularly handy when adding points and lines
to plots generated on wblr objects.
Value
The transformed y-axis value for a "plot.wblr"
Canvas.
[Package WeibullR version 1.2.1 Index]