[Dplr-commits] r866 - in pkg/dplR: . vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 13 18:00:44 CEST 2014
Author: mvkorpel
Date: 2014-05-13 18:00:44 +0200 (Tue, 13 May 2014)
New Revision: 866
Modified:
pkg/dplR/ChangeLog
pkg/dplR/vignettes/timeseries-dplR.Rnw
Log:
Reduced size of timeseries-dplR.pdf and the whole package with useRaster=TRUE in a wavelet.plot() call
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2014-05-13 15:10:04 UTC (rev 865)
+++ pkg/dplR/ChangeLog 2014-05-13 16:00:44 UTC (rev 866)
@@ -71,6 +71,12 @@
will speed up otherwise unbearable computation times on some
systems.
+File: timeseries-dplR.Rnw
+-------------------------
+
+- wavelet.plot(useRaster=TRUE) in the vignette reduces the size of
+ both timeseries-dplR.pdf and the package tarball
+
File: wavelet.plot.R
--------------------
Modified: pkg/dplR/vignettes/timeseries-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/timeseries-dplR.Rnw 2014-05-13 15:10:04 UTC (rev 865)
+++ pkg/dplR/vignettes/timeseries-dplR.Rnw 2014-05-13 16:00:44 UTC (rev 866)
@@ -239,7 +239,7 @@
yrs <- as.numeric(rownames(co021.crn))
out.wave <- morlet(y1 = dat, x1 = yrs, p2 = 8, dj = 0.1,
siglvl = 0.99)
-wavelet.plot(out.wave)
+wavelet.plot(out.wave, useRaster=TRUE)
@
\begin{figure}[h]
\centering
More information about the Dplr-commits
mailing list