Plot a fitode object
# S4 method for fitode,missing
plot(
x,
level,
data,
which,
method = c("delta", "impsamp", "wmvrnorm"),
onepage = TRUE,
xlim,
ylim,
xlabs,
ylabs,
col.traj = "black",
lty.traj = 1,
col.conf = "black",
lty.conf = 4,
add = FALSE,
nsim = 1000,
...
)No return value, called for side effects
fitode object
the confidence level required
(FIXME)
which to plot
confidence interval method
(logical) print all figures on one page?
x coordinates range
y coordinates range
a label for the x axis
a label for the y axis
colour of the estimated trajectory
line type of the estimated trajectory
colour of the confidence intervals
line type of the confidence intervals
add to another plot?
number of simulations for mvrnorm, wmvrnorm methods
additional arguments to be passed on to the plot function