[Pomp-commits] r452 - pkg/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 3 17:48:58 CEST 2011
Author: kingaa
Date: 2011-05-03 17:48:58 +0200 (Tue, 03 May 2011)
New Revision: 452
Modified:
pkg/inst/doc/intro_to_pomp.Rnw
pkg/inst/doc/intro_to_pomp.pdf
Log:
- minor improvement to 'compare.mif' figure
Modified: pkg/inst/doc/intro_to_pomp.Rnw
===================================================================
--- pkg/inst/doc/intro_to_pomp.Rnw 2011-05-03 15:42:18 UTC (rev 451)
+++ pkg/inst/doc/intro_to_pomp.Rnw 2011-05-03 15:48:58 UTC (rev 452)
@@ -685,7 +685,7 @@
log.r <- sapply(mf,function(x)conv.rec(x,"log.r"))
log.sigma <- sapply(mf,function(x)conv.rec(x,"log.sigma"))
log.tau <- sapply(mf,function(x)conv.rec(x,"log.tau"))
-matplot(loglik,type='l',lty=1,xlab="",ylab=expression(log~L),xaxt='n')
+matplot(loglik,type='l',lty=1,xlab="",ylab=expression(log~L),xaxt='n',ylim=max(loglik,na.rm=T)+c(-12,3))
matplot(log.r,type='l',lty=1,xlab="",ylab=expression(log~r),xaxt='n')
matplot(log.sigma,type='l',lty=1,xlab="",ylab=expression(log~sigma),xaxt='n')
matplot(log.tau,type='l',lty=1,xlab="MIF iteration",ylab=expression(log~tau))
Modified: pkg/inst/doc/intro_to_pomp.pdf
===================================================================
(Binary files differ)
More information about the pomp-commits
mailing list