This plot
method is a utility to plot probabilities obtained with Pr
or tailPr
, as well as their variabilities. The probabilities are plotted either against Y
, with one curve for each value of X
, or vice versa.
Arguments
- p
- variability
one of the values
"quantiles"
,"samples"
,"none"
(equivalent toNA
orFALSE
), orNULL
(default), in which case the variability available inp
is used. This argument chooses how to represent the variability of the probability; seePr
. If the requested variability is not available in the objectp
, then a warning is issued and no variability is plotted.- PvsY
logical or
NULL
: should probabilities be plotted against theirY
argument? IfNULL
, the argument betweenY
andX
having larger number of values is chosen. As many probability curves will be plotted as the number of values of the other argument.- legend
one of the values
"bottomright"
,"bottom"
,"bottomleft"
,"left"
,"topleft"
,"top"
,"topright"
,"right"
,"center"
(seelegend
): plot a legend at that position. A valueFALSE
or any other does not plot any legend. Default"top"
.- alpha.f
Numeric, default 0.25: opacity of the colours,
0
being completely invisible and1
completely opaque.- var.alpha.f
Numeric: opacity of the quantile bands or of the samples,
0
being completely invisible and1
completely opaque.- ...
other parameters to be passed to
flexiplot
.