Usage
## S3 method for class 'pomp':
coef(object, pars, \dots)
## S4 method for signature 'pomp':
coef(object, pars, ...) <- 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(object, t0 = FALSE)
## 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")
## S3 method for class 'pomp':
print(x, \dots)
## S3 method for class 'pomp':
plot(x, y = NULL, 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, ...)
Arguments
pars
optional character;
names of parameters to be retrieved or set.
vars
optional character;
names of observed variables to be retrieved.
value
numeric;
values to be assigned to the parameters.
t0
logical;
if TRUE, the zero time is prepended to the time vector.
class
character;
name of the class to which object
should be coerced.
from, to
the classes betwen which coercion should be performed.
variables
optional character;
names of variables to plot.
panel
a 'function(x, col, bg, pch, type, ...)' which gives the action to be carried out in each panel of the display.
nc
the number of columns to use.
Defaults to 1 for up to 4 series, otherwise to 2.
yax.flip
logical;
if TRUE, the y-axis (ticks and numbering) should flip from side 2 (left) to 4 (right) from series to series.
mar, oma
the 'par' settings for 'mar' and 'oma' to use.
Modify with care!
axes
logical;
indicates if x- and y- axes should be drawn.
...
Further arguments (either ignored or passed to underlying functions).