[Dplr-commits] r781 - in pkg/dplR: man vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 7 16:42:56 CEST 2014


Author: mvkorpel
Date: 2014-04-07 16:42:56 +0200 (Mon, 07 Apr 2014)
New Revision: 781

Modified:
   pkg/dplR/man/plot.rwl.Rd
   pkg/dplR/man/rwi.stats.running.Rd
   pkg/dplR/vignettes/intro-dplR.Rnw
Log:
Cosmetic adjustments

Modified: pkg/dplR/man/plot.rwl.Rd
===================================================================
--- pkg/dplR/man/plot.rwl.Rd	2014-04-07 14:24:08 UTC (rev 780)
+++ pkg/dplR/man/plot.rwl.Rd	2014-04-07 14:42:56 UTC (rev 781)
@@ -29,8 +29,8 @@
   \code{\link{read.rwl}}
 }
 \examples{data(co021)
-plot(co021,plot.type=c('seg'))
-plot(co021,plot.type=c('spag'))
-plot(co021,plot.type=c('spag'),zfac=2)
+plot(co021, plot.type="seg")
+plot(co021, plot.type="spag")
+plot(co021, plot.type="spag", zfac=2)
 }
 \keyword{ hplot }

Modified: pkg/dplR/man/rwi.stats.running.Rd
===================================================================
--- pkg/dplR/man/rwi.stats.running.Rd	2014-04-07 14:24:08 UTC (rev 780)
+++ pkg/dplR/man/rwi.stats.running.Rd	2014-04-07 14:42:56 UTC (rev 781)
@@ -252,7 +252,6 @@
        axes = FALSE, pch = 20, col = "blue")
   axis(4, at = pretty(foo$eps))
   mtext("EPS", side = 4, line = 1.1)
-  axis(4, at = pretty(foo$eps))
   box()
   ## Second plot is the chronology after the cut off only
   ## Chronology is rebuilt using just years after cutoff but

Modified: pkg/dplR/vignettes/intro-dplR.Rnw
===================================================================
--- pkg/dplR/vignettes/intro-dplR.Rnw	2014-04-07 14:24:08 UTC (rev 780)
+++ pkg/dplR/vignettes/intro-dplR.Rnw	2014-04-07 14:42:56 UTC (rev 781)
@@ -86,7 +86,7 @@
 ``spaghetti plot.''
 
 <<a, fig=TRUE>>=
-plot(ca533, plot.type=c('spag'))
+plot(ca533, plot.type="spag")
 @
 \begin{figure}[htbp]
 \centering
@@ -297,7 +297,6 @@
      axes = FALSE, pch = 20, col = "blue")
 axis(4, at = pretty(foo$eps))
 mtext("EPS", side = 4, line = 1.1)
-axis(4, at = pretty(foo$eps))
 box()
 ## Second plot is the chronology after the cut off only
 ## Chronology is rebuilt using just years after cutoff but



More information about the Dplr-commits mailing list