spatial_plot method for calcAN
spatial_plot.calcAN.Rdspatial_plot method for calcAN
Usage
# S3 method for class 'calcAN'
spatial_plot(x, shp, table_type, above_MMT, pal = "Purples")Examples
if (FALSE) { # \dontrun{
# after running calcAN on a condPois model with a factor:
an_result <- calcAN(my_model)
spatial_plot(an_result, shp = my_shapefile, table_type = "num", above_MMT = TRUE)
} # }