makeOdinModel: Making Odin ODEs from tree

View source: R/makeOdinmodel.R

makeOdinModelR Documentation

Making Odin ODEs from tree

Description

Making Odin ODEs from tree

Usage

makeOdinModel(
  tree,
  rootname = "N1",
  rootinflow = "0",
  dimensions = c(),
  times.array = FALSE,
  quants = c()
)

Arguments

tree

input tree

rootname

base for naming convention

rootinflow

if adding a flow in from existing model

dimensions

the dimensions if an array model

times.array

should the timescales also be arrays or not?

quants

vector of entry-accruing quantities like cost to accumulate

Value

list

Author(s)

Pete Dodd


petedodd/HEdtree documentation built on Dec. 5, 2022, 6:22 a.m.