tests/demos.R

library(pomp)

pdf.options(useDingbats=FALSE)
pdf(file="demos.pdf")

set.seed(47575684)

demos <- list.files(path=system.file("demo",package="pomp"),pattern=".\\.R$",full.names=TRUE)

for (d in demos) {
  source(d,local=TRUE,echo=TRUE)
}

dev.off()

Try the pomp package in your browser

Any scripts or data that you put into this service are public.

pomp documentation built on May 2, 2019, 4:09 p.m.