spatial_plot method for condPois_2stage
spatial_plot.condPois_2stage.Rdspatial_plot method for condPois_2stage
Usage
# S3 method for class 'condPois_2stage'
spatial_plot(x, shp, exposure_val, RRlimits = NULL)Examples
if (FALSE) { # \dontrun{
# set up exposure matrix and outcome table first (see condPois_2stage example)
model <- condPois_2stage(ma_exposure_matrix, ma_outcomes_tbl, global_cen = 20)
spatial_plot(model, shp = ma_shp, exposure_val = 30.0)
} # }