Skip to contents

spatial_plot method for condPois_1stage

Usage

# S3 method for class 'condPois_1stage'
spatial_plot(x, ...)

Arguments

x

an object of class condPois_1stage

...

other elements passed to spatial_plot

Value

called for its side-effect (warning); returns NULL invisibly

Examples

x <- structure(list(), class = "condPois_1stage")
spatial_plot(x)
#> Warning: `spatial_plot` method not implemented for objects of class `condPois_1stage`,
#>       since there is only one 1_stage relative risk curve so all plot
#>       values would be the same. 1stage attributable number results will change
#>       over space, so those can be viewed instead by running `spatial_plot` on the
#>       output of `calcAN` for a 1stage model!