trajectory {SimInf} | R Documentation |
Generic function to extract data from a simulated trajectory
Description
Generic function to extract data from a simulated trajectory
Usage
trajectory(model, compartments = NULL, index = NULL, ...)
Arguments
model |
the object to extract the trajectory from. |
compartments |
specify the names of the compartments to
extract data from. The compartments can be specified as a
character vector e.g. |
index |
indices specifying the subset of nodes to include
when extracting data. Default ( |
... |
Additional arguments, see
|