p2y: Transform Probability Value to the Y-Axis of a '"plot.wblr"'...

View source: R/p2y.r

p2yR 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.


WeibullR documentation built on June 26, 2022, 1:06 a.m.