get_model_di: Dimorphic model set-up

View source: R/get_model_di.R

get_model_diR Documentation

Dimorphic model set-up

Description

Generates an unevaluated list of model variable statements

Usage

get_model_di()

Value

A list of expressions to run to evaluate the model

Note

Use eval() on an expression in the list to execute it. Beware that the evaluation of the model assumes that parameters and their values are present in the environment (see e.g. ?get_default_pars) and that variables x1, x2, xres1 and xres2 exist.

See Also

get_model, get_model_within

Examples


get_model_di()


rscherrer/speciomx documentation built on March 28, 2023, 8:49 p.m.