Learn R Programming

SDALGCP (version 0.4.0)

plot_discreteST: plot_discrete

Description

A generic function for mapping spatially discrete prediction for SDALGCPPred_ST function in SDALGCP package. Not for general purposes

Usage

plot_discreteST(obj, type = "incidence", overlay = FALSE, ...)

Arguments

obj

an object of class "Pred.SDALGCPST" obtained as result of a call to SDALGCPPred_ST

type

Character string: what type of plot to produce. Choices are "incidence" (=exp(mu+S)); "SEincidence" (standard error of incidence); "CovAdjRelRisk" (=exp(S)); or "SECovAdjRelRisk" (standard error of covariate adjusted relative risk);.

overlay

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

...

further arguments passed to plot.

Value

The function does not return any value.

See Also

SDALGCPPred