Learn R Programming

SDALGCP (version 0.4.0)

plot_continuous: plot_continuous

Description

A generic function for mapping spatially continuous prediction for SDALGCPPred function in SDALGCP package. Not for general purposes

Usage

plot_continuous(obj, bound = NULL, type = "relrisk", overlay = FALSE, ...)

Arguments

obj

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

bound

the boundary of the predictive grid, not required if predictive grid is not supplied

type

Character string: what type of plot to produce. Choices are "relrisk" (=exp(S)); "SErelrisk" (standard error of the 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