contour.pred.PrevMap {PrevMap} | R Documentation |
Contour plot of a predicted surface
Description
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
.
Usage
## S3 method for class 'pred.PrevMap'
contour(x, type = NULL, summary = "predictions", ...)
Arguments
x |
an object of class "pred.PrevMap". |
type |
a character indicating the type of prediction to display: 'prevalence', 'odds', 'logit' or 'probit'. |
summary |
character indicating which summary to display: 'predictions','quantiles', 'standard.errors' or 'exceedance.prob'; default is 'predictions'. If |
... |
further arguments passed to |
Author(s)
Emanuele Giorgi e.giorgi@lancaster.ac.uk
Peter J. Diggle p.diggle@lancaster.ac.uk
[Package PrevMap version 1.5.4 Index]