Model_by_PoolNames: Constructor for 'Model_by_PoolNames'

Model_by_PoolNamesR Documentation

Constructor for Model_by_PoolNames

Description

Constructor for Model_by_PoolNames

Usage

Model_by_PoolNames(
  smod,
  times,
  mat,
  initialValues,
  inputFluxes,
  internal_fluxes,
  out_fluxes,
  timeSymbol,
  solverfunc
)

Arguments

smod

see methods

times

a vector of times

mat

a compartmental matrix

initialValues

a vector of initial values

inputFluxes

a vector of input fluxes

internal_fluxes

flux rate among pools

out_fluxes

flux rates out of pools

timeSymbol

character symbol used to represent time

solverfunc

function used to solve system of ODEs

Value

A possibly nonlinear Model(run) that contains information about the pool names and connectivity of the pools and is therefore the preferred representation for new code.


SoilR documentation built on Oct. 13, 2023, 5:06 p.m.