Plot a fitodeMCMC object
# S4 method for fitodeMCMC,missing
plot(
x,
level,
data,
which,
onepage = TRUE,
xlim,
ylim,
xlabs,
ylabs,
col.traj = "black",
lty.traj = 1,
col.conf = "black",
lty.conf = 4,
add = FALSE,
...
)No return value, called for side effects
fitodeMCMC object
the confidence level required
(FIXME)
which to plot
(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?
additional arguments to be passed on to the plot function