timezero {pomp} | R Documentation |
The zero time
Description
Get and set the zero-time.
Usage
## S4 method for signature 'pomp'
timezero(object, ...)
## S4 replacement method for signature 'pomp'
timezero(object, ...) <- value
Arguments
object |
an object of class ‘pomp’, or of a class that extends ‘pomp’ |
... |
ignored or passed to the more primitive function |
value |
numeric; the new zero-time value |
Value
the value of the zero time
See Also
Other extraction methods:
coef()
,
cond_logLik()
,
covmat()
,
eff_sample_size()
,
filter_mean()
,
filter_traj()
,
forecast()
,
logLik
,
obs()
,
pred_mean()
,
pred_var()
,
saved_states()
,
spy()
,
states()
,
summary()
,
time()
,
traces()
[Package pomp version 5.11.0.0 Index]