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

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

Arguments

x

An object of class dynamAedesClass.

na.rm

logic.

Value

An integer.

Examples

if (FALSE) {
min(sim)
}