Max method for dynamAedesClass Provides the max number of days with at least one propagule in the system (any stage) along iterations.

# S4 method for dynamAedesClass
max(x, na.rm = FALSE)

Arguments

x

An object of class dynamAedesClass.

na.rm

logic.

Value

An integer.

Examples

if (FALSE) {
max(sim)
}