[Pomp-commits] r552 - pkg/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 31 03:22:27 CEST 2011
Author: kingaa
Date: 2011-08-31 03:22:27 +0200 (Wed, 31 Aug 2011)
New Revision: 552
Modified:
pkg/inst/doc/intro_to_pomp.Rnw
pkg/inst/doc/intro_to_pomp.pdf
Log:
- try using PNG instead of JPEG to get around R-Forge's limitations
Modified: pkg/inst/doc/intro_to_pomp.Rnw
===================================================================
--- pkg/inst/doc/intro_to_pomp.Rnw 2011-08-31 01:21:38 UTC (rev 551)
+++ pkg/inst/doc/intro_to_pomp.Rnw 2011-08-31 01:22:27 UTC (rev 552)
@@ -971,10 +971,10 @@
nsim=1000,
seed=1066L
)
- jpeg(
- filename="ricker-probe-plot.jpg",
- width=6,height=6,units='in',quality=75,res=300
- )
+ png(
+ filename="ricker-probe-plot.png",
+ width=6,height=6,units='in',res=300
+ )
plot(pb)
dev.off()
@
Modified: pkg/inst/doc/intro_to_pomp.pdf
===================================================================
(Binary files differ)
More information about the pomp-commits
mailing list