Plot method for calcAN
plot.calcAN.RdPlot method for calcAN
Usage
# S3 method for class 'calcAN'
plot(x, table_type, above_MMT, spatial_sub = NULL, override_limit = FALSE)Examples
if (FALSE) { # \dontrun{
# after running calcAN on a condPois model:
an_result <- calcAN(my_model)
plot(an_result, table_type = "num", above_MMT = TRUE)
} # }