integrate_ode: Integrates a 'pigsustainr' model using C++

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Integrates a pigsustainr model using C++

Usage

1
integrate_ode(model_name, initial_values, parameters, times)

Arguments

parameters

A vector of parameters

times

A vector of integration time steps

model_type

A string for the model type to integrate

inits

A vector of initial values of the state variables

Value

A dataframe of state variable solutions


cmgoold/pigsustainr documentation built on Jan. 2, 2022, 1:26 a.m.