plot,fitodeMCMC,missing-method {fitode} | R Documentation |
Plot a fitodeMCMC object
Description
Plot a fitodeMCMC object
Usage
## S4 method for signature '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,
...
)
Arguments
x |
fitodeMCMC object |
level |
the confidence level required |
data |
(FIXME) |
which |
which to plot |
onepage |
(logical) print all figures on one page? |
xlim |
x coordinates range |
ylim |
y coordinates range |
xlabs |
a label for the x axis |
ylabs |
a label for the y axis |
col.traj |
colour of the estimated trajectory |
lty.traj |
line type of the estimated trajectory |
col.conf |
colour of the confidence intervals |
lty.conf |
line type of the confidence intervals |
add |
add to another plot? |
... |
additional arguments to be passed on to the plot function |
Value
No return value, called for side effects
[Package fitode version 0.1.1 Index]