Learn R Programming

dynamAedes (version 2.2.9)

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

Description

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

Usage

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

Value

An integer.

Arguments

x

An object of class dynamAedesClass.

na.rm

logic.

Examples

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

Run the code above in your browser using DataLab