Learn R Programming

pomp (version 0.53-1)

pompExample: Pre-built examples of pomp objects.

Description

pompExample loads pre-built example pomp objects.

Usage

pompExample(example, envir = .GlobalEnv)

Arguments

example
example to load given as a name or literal character string. Evoked without an argument, pompExample lists all available examples.
envir
the environment into which the objects should be loaded.

Value

  • pompExample has the side effect of creating one or more pomp objects in the global workspace.

See Also

blowflies, dacca, gompertz, ou2, ricker, rw2, euler.sir, gillespie.sir, bbs, verhulst

Examples

Run this code
pompExample()
  pompExample(euler.sir)
  pompExample("gompertz")
  file.show(system.file("include/pomp.h",package="pomp"))

Run the code above in your browser using DataLab