[Dplr-commits] r965 - in pkg/dplR: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 18 22:08:20 CET 2015


Author: andybunn
Date: 2015-02-18 22:08:20 +0100 (Wed, 18 Feb 2015)
New Revision: 965

Modified:
   pkg/dplR/ChangeLog
   pkg/dplR/R/spag.plot.R
Log:
cosmetic change to spag.plot

Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog	2015-02-12 08:54:53 UTC (rev 964)
+++ pkg/dplR/ChangeLog	2015-02-18 21:08:20 UTC (rev 965)
@@ -1,5 +1,10 @@
 * CHANGES IN dplR VERSION 1.6.3
 
+File: spag.plot.R
+--------------
+
+- Change to ylim in the plotting area.
+
 File: CITATION
 --------------
 

Modified: pkg/dplR/R/spag.plot.R
===================================================================
--- pkg/dplR/R/spag.plot.R	2015-02-12 08:54:53 UTC (rev 964)
+++ pkg/dplR/R/spag.plot.R	2015-02-18 21:08:20 UTC (rev 965)
@@ -12,7 +12,7 @@
     op <- par(no.readonly=TRUE)
     on.exit(par(op))
     par(mar=c(2, 5, 2, 5) + 0.1, mgp=c(1.1, 0.1, 0), tcl=0.5,
-        xaxs="i")
+        xaxs="i",yaxs="i")
     ## Set vertical offset for plotting each series
     for (i in 1:nseries) {
         rwl2[, i] <- rwl2[, i] + i



More information about the Dplr-commits mailing list