p2y | R Documentation |
"plot.wblr"
CanvasThis function used to transform a probability value to the y-axis of a plot canvas.
p2y(p,canvas="weibull")
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.) |
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.
The transformed y-axis value for a "plot.wblr"
Canvas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.