[Pomp-commits] r127 - in pkg/inst: . doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 13 18:08:08 CEST 2009


Author: kingaa
Date: 2009-05-13 18:08:08 +0200 (Wed, 13 May 2009)
New Revision: 127

Modified:
   pkg/inst/ChangeLog
   pkg/inst/doc/compiled_code_in_pomp.Rnw
   pkg/inst/doc/compiled_code_in_pomp.pdf
   pkg/inst/doc/intro_to_pomp.Rnw
   pkg/inst/doc/intro_to_pomp.pdf
Log:
version 0.24-1

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2009-05-13 14:18:19 UTC (rev 126)
+++ pkg/inst/ChangeLog	2009-05-13 16:08:08 UTC (rev 127)
@@ -1,5 +1,6 @@
 2009-05-13  kingaa
 
+	* [r126] inst/ChangeLog:
 	* [r125] DESCRIPTION, R/simulate-pomp.R, data/euler.sir.rda,
 	  data/ou2.rda, data/rw2.rda, inst/examples/logistic.R,
 	  man/simulate-pomp.Rd, tests/logistic.R, tests/logistic.Rout.save,

Modified: pkg/inst/doc/compiled_code_in_pomp.Rnw
===================================================================
--- pkg/inst/doc/compiled_code_in_pomp.Rnw	2009-05-13 14:18:19 UTC (rev 126)
+++ pkg/inst/doc/compiled_code_in_pomp.Rnw	2009-05-13 16:08:08 UTC (rev 127)
@@ -149,7 +149,7 @@
 
 <<>>=
  tic <- Sys.time()
- ou2 <- simulate(ou2,params=p,nsim=1000,seed=800733088)[[1]]
+ ou2 <- simulate(ou2,params=p,nsim=1000,seed=800733088)
  toc <- Sys.time()
  print(toc-tic)
 @ 

Modified: pkg/inst/doc/compiled_code_in_pomp.pdf
===================================================================
(Binary files differ)

Modified: pkg/inst/doc/intro_to_pomp.Rnw
===================================================================
--- pkg/inst/doc/intro_to_pomp.Rnw	2009-05-13 14:18:19 UTC (rev 126)
+++ pkg/inst/doc/intro_to_pomp.Rnw	2009-05-13 16:08:08 UTC (rev 127)
@@ -403,7 +403,7 @@
 
 \begin{figure}
 <<fig=T,echo=F>>=
-plot(simulate(fit)[[1]])
+plot(simulate(fit))
 @ 
 \caption{\code{mif} objects can be simulated.}  
 \label{fig:mifsim}

Modified: pkg/inst/doc/intro_to_pomp.pdf
===================================================================
(Binary files differ)



More information about the pomp-commits mailing list