plot-fitode-missing-method: Plot a fitode object

plot,fitode,missing-methodR Documentation

Plot a fitode object

Description

Plot a fitode object

Usage

## S4 method for signature '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,
  ...
)

Arguments

x

fitode object

level

the confidence level required

data

(FIXME)

which

which to plot

method

confidence interval method

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?

nsim

number of simulations for mvrnorm, wmvrnorm methods

...

additional arguments to be passed on to the plot function

Value

No return value, called for side effects

Examples

load(system.file("doc_examples", "SIR_mort.rda", package = "fitode"))
plot(SIR_mort_fit)

parksw3/fitode documentation built on April 3, 2024, 7:45 a.m.