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 |
data |
The model object as defined in the |
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 |
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]