"plot.wblr"
CanvasThis function used to transform a probability value to the y-axis of a plot canvas.
p2y(p,canvas="weibull")
The percentile or probability value
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.)
The transformed y-axis value for a "plot.wblr"
Canvas.
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.