[Dplr-commits] r1011 - pkg/dplR/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 1 15:40:35 CET 2016


Author: mvkorpel
Date: 2016-03-01 15:40:35 +0100 (Tue, 01 Mar 2016)
New Revision: 1011

Modified:
   pkg/dplR/vignettes/intro-dplR.Rnw
   pkg/dplR/vignettes/timeseries-dplR.Rnw
   pkg/dplR/vignettes/xdate-dplR.Rnw
Log:
Replaced \begin{figure}[h] with \begin{figure}[ht], a step also
implicitly performed by LaTeX when the _here_ placement is not
possible. The advantage of this is less clutter on the screen when
compiling the .tex. No changes to actual figure placement in the
resulting .pdf documents.


Modified: pkg/dplR/vignettes/intro-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/intro-dplR.Rnw	2016-03-01 14:10:37 UTC (rev 1010)
+++ pkg/dplR/vignettes/intro-dplR.Rnw	2016-03-01 14:40:35 UTC (rev 1011)
@@ -117,7 +117,7 @@
 <<a, fig=TRUE>>=
 plot(ca533, plot.type="spag")
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{intro-dplR-a}
 \caption{A spaghetti plot of the Campito Mountain ring widths.}
@@ -200,7 +200,7 @@
 series.rwi <- detrend.series(y = series, y.name = "CAM011",
                              verbose=TRUE)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{intro-dplR-b}
 \caption{Detrending a single series via multiple methods.}
@@ -297,7 +297,7 @@
 <<c, fig=TRUE>>=
 plot(ca533.crn, add.spline=TRUE, nyrs=20)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{intro-dplR-c}
 \caption{Campito Mountain chronology with 20-year smoothing spline.}
@@ -356,7 +356,7 @@
 box()
 par(def.par)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{intro-dplR-d}
 \caption{Campito Mountain chronology using an EPS cutoff.}

Modified: pkg/dplR/vignettes/timeseries-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/timeseries-dplR.Rnw	2016-03-01 14:10:37 UTC (rev 1010)
+++ pkg/dplR/vignettes/timeseries-dplR.Rnw	2016-03-01 14:40:35 UTC (rev 1011)
@@ -87,7 +87,7 @@
 mean(interseries.cor(co021)[, 1])
 plot(co021, plot.type="spag")
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{timeseries-dplR-a}
 \caption{A spaghetti plot of the Mesa Verde ring widths.}
@@ -107,7 +107,7 @@
 co021.crn <- chron(co021.rwi, prefix="MES")
 plot(co021.crn, add.spline=TRUE, nyrs=64)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{timeseries-dplR-b}
 \caption{The Mesa Verde chronology.}
@@ -129,7 +129,7 @@
 pacf(dat)
 par(op)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{timeseries-dplR-c}
 \caption{ACF and PACF plots of the Mesa Verde chronology.}
@@ -218,7 +218,7 @@
 @
 
 
-\begin{figure}[h]
+\begin{figure}[ht]
   \centering
   \includegraphics{timeseries-dplR-d}
   \caption{Spectra of Mesa Verde chronology using redfit}
@@ -241,7 +241,7 @@
                    siglvl = 0.99)
 wavelet.plot(out.wave, useRaster=NA)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
   \centering
   \includegraphics{timeseries-dplR-e}
   \caption{Continuous wavelet of the Mesa Verde chronology}
@@ -293,7 +293,7 @@
   par(op) #reset par
 }
 @
-\begin{figure}[h]
+\begin{figure}[ht]
   \centering
   \includegraphics{timeseries-dplR-f}
   \caption{Multiresolution analysis of the Mesa Verde chronology}
@@ -337,7 +337,7 @@
 box()
 par(op)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
   \centering
   \includegraphics{timeseries-dplR-g}
   \caption{The Mesa Verde chronology plotted with a variety of splines}

Modified: pkg/dplR/vignettes/xdate-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/xdate-dplR.Rnw	2016-03-01 14:10:37 UTC (rev 1010)
+++ pkg/dplR/vignettes/xdate-dplR.Rnw	2016-03-01 14:40:35 UTC (rev 1011)
@@ -90,7 +90,7 @@
 mean(interseries.cor(dat)[, 1])
 plot(dat, plot.type="spag")
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-a}
 \caption{A spaghetti plot of the Mesa Verde ring widths.}
@@ -148,7 +148,7 @@
 <<b, fig=TRUE>>=
 rwl.60 <- corr.rwl.seg(dat, seg.length=60, pcrit=0.01)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-b}
 \caption{Each 60-year segment of each series in the  modified Mesa 
@@ -168,7 +168,7 @@
 seg.60 <- corr.series.seg(rwl=dat, series="643114",
                           seg.length=60)
 @
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-c}
 \caption{Correlations between series \code{643114} and the master chronology are 
@@ -192,7 +192,7 @@
                          seg.length=30, bin.floor=50)
 @
 
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-d}
 \caption{Cross-correlations between series \code{643114} and the master 
@@ -229,7 +229,7 @@
                          seg.length=20, bin.floor=0)
 @
 
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-e}
 \caption{Cross-correlations between series \code{643114} and the master 
@@ -254,7 +254,7 @@
                win.start=1865, win.width=40)
 @
 
-\begin{figure}[h]
+\begin{figure}[ht]
 \centering
 \includegraphics{xdate-dplR-f}
 \caption{The top panel shows the normalized values for the master chronology



More information about the Dplr-commits mailing list