init.state-pomp: Return a matrix of initial conditions given a vector of parameters and an initial time.
Description
The method init.state returns a vector of initial conditions for the state process when given a vector of parameters params and an initial time t0.Usage
init.state(object, params, t0, ...)
## S3 method for class 'pomp':
init.state(object, params, t0, \dots)
Arguments
object
an object of class pomp.
params
a named vector of parameters.
t0
the initial time at which initial states are requested.
...
at present, these are ignored.
Value
- Returns a matrix of initial states (with rownames).