parameters: Create a set of parameters

View source: R/parameters.R

parametersR Documentation

Create a set of parameters

Description

Create a set of parameters

Usage

parameters(...)

Arguments

...

A set of named numeric vectors, each corresponding to a parameter. If a parameter is of length > 1, each element must be named.

Value

a parameters object

Examples

# create a set of scalar parameters
parameters(a = 1, b = 2)

# parameters of length > 1 may be useful for host-related parameters that
# differ between host species, for example tick feeding success
parameters(a = 1, feeding_success = c(deer = 0.49, squirrel = 0.17))

IxPopDyMod documentation built on Oct. 24, 2023, 1:07 a.m.