Last chance! 50% off unlimited learning
Sale ends in
pomp
class.## S3 method for class 'pomp':
coef(object, pars, transform = FALSE, \dots)
## S3 method for class 'pomp':
coef(object, pars, transform = FALSE, \dots) <- value
## S3 method for class 'pomp':
obs(object, vars, \dots)
## S3 method for class 'pomp':
data.array(object, vars, \dots)
## S3 method for class 'pomp':
states(object, vars, \dots)
## S3 method for class 'pomp':
time(x, t0 = FALSE, \dots)
## S3 method for class 'pomp':
time(object, t0 = FALSE, \dots) <- value
## S3 method for class 'pomp':
timezero(object, \dots)
## S3 method for class 'pomp':
timezero(object, \dots) <- value
## S3 method for class 'pomp':
window(x, start, end, \dots)
## S3 method for class 'pomp':
show(object)
## S3 method for class 'pomp':
as(object, class)
## S3 method for class 'pomp':
as.data.frame(x, row.names, optional, \dots)
## S3 method for class 'pomp,data.frame':
coerce(from, to = "data.frame", strict = TRUE)
## S3 method for class 'pomp':
print(x, \dots)
## S3 method for class 'pomp':
plot(x, y, variables, panel = lines,
nc = NULL, yax.flip = FALSE,
mar = c(0, 5.1, 0, if (yax.flip) 5.1 else 2.1),
oma = c(6, 0, 5, 0), axes = TRUE, ...)
pomp
object.time
, the zero time is prepended to the time vector;
if TRUE on a call to time<-
, the first element in value
is taken to be the initial time.object
should be coerced.panel(x, col, bg, pch, type, ...)
which gives the action to be carried out in each panel of the display.pomp
,
pomp-class,
rprocess
,
dprocess
,
rmeasure
,
dmeasure
,
init.state
,
simulate