View source: R/makeOdinmodel.R
makeOdinModel | R Documentation |
Making Odin ODEs from tree
makeOdinModel(
tree,
rootname = "N1",
rootinflow = "0",
dimensions = c(),
times.array = FALSE,
quants = c()
)
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 |
list
Pete Dodd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.