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