plot.pred.PrevMap
displays contours of predictions obtained from spatial.pred.linear.MLE
, spatial.pred.linear.Bayes
,spatial.pred.binomial.MCML
and spatial.pred.binomial.Bayes
.
# S3 method for pred.PrevMap
contour(x, type = NULL, summary = "predictions", ...)
an object of class "pred.PrevMap".
a character indicating the type of prediction to display: 'prevalence', 'odds', 'logit' or 'probit'.
character indicating which summary to display: 'predictions','quantiles', 'standard.errors' or 'exceedance.prob'; default is 'predictions'. If summary="exceedance.prob"
, the argument type
is ignored.
further arguments passed to contour
.