run_ttr: run_ttr: Simulate the TTR model

View source: R/run_ttr.R

run_ttrR 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


TTR.PGM documentation built on June 8, 2025, 9:32 p.m.