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