Usage
## S3 method for class 'pomp':
coef(object, pars, \dots)
## S3 method for class 'pomp':
coef(object, pars, \dots) <- value
## 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, include.t0 = FALSE, \dots) <- value
## S3 method for class 'pomp':
show(object)
## S3 method for class 'pomp':
as(object, class)
## 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, ...)