This plot method is a utility to plot probabilities obtained with Pr
or tailPr
, as well as their uncertainties. 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
Logical: plot a legend of the different curves?
- ...
Other parameters to be passed to
matplot
.