plot_SDALGCPexceedance: plot_SDALGCPexceedance

Description Usage Arguments Value Author(s) See Also

View source: R/dm_functions.R

Description

A generic function for mapping the exceedance probability for a given threshold of the spatially continuous relative risk or the region specific relative risk from the object of class "Pred.SDALGCP". Not for general purposes.

Usage

1
2
3
4
5
6
7
8
plot_SDALGCPexceedance(
  obj,
  thresholds,
  bound = NULL,
  continuous = TRUE,
  overlay = FALSE,
  ...
)

Arguments

obj

an object of class "Pred.SDALGCP" obtained as result of a call to SDALGCPPred.

thresholds

either a vector of numbers or a vector of single value.

bound

optional; it gives the boundary of the region, only useful when the predictive location is supplied in SDALGCPPred.

continuous

logical; TRUE for spatially continuous relative risk and FALSE for region specific relative risk. default is TRUE.

overlay

optional; a logical operation to indicate either to add a base map.

...

further arguments passed to plot.

Value

The plot of the exceedance probability map

Author(s)

Olatunji O. Johnson o.johnson@lancaster.ac.uk

Emanuele Giorgi e.giorgi@lancaster.ac.uk

Peter J. Diggle p.diggle@lancaster.ac.uk

See Also

SDALGCPPred


SDALGCP documentation built on March 17, 2021, 1:07 a.m.