Learn R Programming

dynamAedes (version 2.2.9)

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

Description

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

Usage

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

Value

An integer.

Arguments

x

An object of class dynamAedesClass.

na.rm

logic.

Examples

Run this code
if (FALSE) {
max(sim)
}

Run the code above in your browser using DataLab