Autoplot method for objects representing fitted Poisson-GP models.
Arguments
- object
An object with class
"poisGP".- which
The type of plot to be built:
"RL"is for a Return Level plot and"pp"is for a probability plot.- level
Used when
whichis"RL"and then passed toRL.poisGP.- points
The plotting position system to be used to show the data attached to the object. When
pointsis"none", the data are not shown. With the value"H"the data are shown using the "H-points" of Nelson's plotting positions. With the value"p", the data are shown using the "p-points" are used and the argumentacan be passed to theppointsfunction.- a
The parameter used to compute the plotting positions when
pointsis"p". SeeRP.potData.- allPoints
Logical. With the default
FALSE, the limits for theyaxis are set to show only the points over the threshold. The valueTRUEleads to showing all points in the data including those which are below the threshold.- trace
Integer level of verbosity. Passed to
RL.poisGP.- ...
Not used.
