[Pomp-commits] r1026 - pkg/pompExamples/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 17 20:12:36 CET 2014


Author: kingaa
Date: 2014-12-17 20:12:36 +0100 (Wed, 17 Dec 2014)
New Revision: 1026

Modified:
   pkg/pompExamples/tests/examples.R
Log:
- include parus and Bombay plague (bbp) examples

Modified: pkg/pompExamples/tests/examples.R
===================================================================
--- pkg/pompExamples/tests/examples.R	2014-12-17 19:12:31 UTC (rev 1025)
+++ pkg/pompExamples/tests/examples.R	2014-12-17 19:12:36 UTC (rev 1026)
@@ -1,8 +1,5 @@
 library(pompExamples)
 
-## pdf.options(useDingbats=FALSE)
-## pdf(file="examples.pdf")
-
 set.seed(47575684L)
 
 po <- pompExample(parus,proc="Ricker",meas="lognormal",envir=NULL)
@@ -22,7 +19,5 @@
 po <- pompExample(parus,proc="Gompertz",meas="lognormal",envir=NULL)
 pf <- pfilter(simulate(po$parus),Np=100,max.fail=Inf)
 
-po <- pompExample(bbp,envir=NULL)
-pf <- pfilter(simulate(po$bbp),Np=100,max.fail=Inf)
-
-## dev.off()
+pompExample(bbp)
+pf <- pfilter(simulate(bbp),Np=100,max.fail=Inf)



More information about the pomp-commits mailing list