Learn R Programming

IxPopDyMod (version 0.3.0)

winter_tick: Configuration for winter tick population dynamics model

Description

This is a model configuration based on a literature search on the factors affect the winter tick life cycle. Many of the transitions and parameters in this configuration are drawn from Drew and Samuel (1986). We include this configuration to show that our package is flexible for modeling multiple tick species with different life histories.

Usage

winter_tick

Arguments

Format

An object of class config of length 5.

See Also

Drew and Samuel (1986) tools:::Rd_expr_doi("10.1139/z86-105")

Drew and Samuel (1985) tools:::Rd_expr_doi("10.7589/0090-3558-21.3.274")

Addison and McLaughlin (1988) tools:::Rd_expr_doi("10.2307/3282188")

Ogden et al. (2005) tools:::Rd_expr_doi("10.1016/j.ijpara.2004.12.013")

Examples

Run this code
data(winter_tick)
if (FALSE) {
output <- run(winter_tick)
graph_population_each_group(winter_tick)
}

Run the code above in your browser using DataLab