run_ttr {TTR.PGM}R Documentation

run_ttr: Simulate the TTR model

Description

run_ttr: Simulate the TTR model

Usage

run_ttr(parm, data)

Arguments

parm

The parameters as returned by the get_parms() function

data

The model object as defined in the make_data() function, see its help page for details

Value

A four-dimensional matrix-object with the dimensions (output_var,species,time,site) where:

output_var

refers to the array of output values produced by the process model. For identifiers, check Data$out as produced by make_data()

species

is the nth species

time

is the nth output time given in model$options$steps

site

is the nth site


[Package TTR.PGM version 1.0.0 Index]