max,dynamAedesClass-method {dynamAedes} | R Documentation |
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 signature 'dynamAedesClass'
max(x, na.rm = FALSE)
x |
An object of class |
na.rm |
logic. |
An integer.
## Not run:
max(sim)
## End(Not run)