[Analogue-commits] r161 - in pkg: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 8 20:19:00 CET 2010


Author: gsimpson
Date: 2010-03-08 20:19:00 +0100 (Mon, 08 Mar 2010)
New Revision: 161

Modified:
   pkg/R/minDC.R
   pkg/inst/ChangeLog
Log:
lty.quantile now used in plot.minDC

Modified: pkg/R/minDC.R
===================================================================
--- pkg/R/minDC.R	2010-03-02 15:47:59 UTC (rev 160)
+++ pkg/R/minDC.R	2010-03-08 19:19:00 UTC (rev 161)
@@ -83,7 +83,7 @@
   plot(depths, x$minDC, ylim = ylim, xlim = xlim, type = "n",
        ylab = ylab, xlab = xlab, main = main, sub = sub, ...)
   if(quantiles & !is.null(x$quantile)) {
-    abline(h = x$quantile, lty = "dotted", col = col.quantile)
+    abline(h = x$quantile, lty = lty.quantile, col = col.quantile)
     axis(4, at = x$quantile, labels = names(x$quantile), las = 2)
   }
   lines(depths, x$minDC, type = type)

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2010-03-02 15:47:59 UTC (rev 160)
+++ pkg/inst/ChangeLog	2010-03-08 19:19:00 UTC (rev 161)
@@ -23,6 +23,9 @@
 	plots. Two line types can be specified for plots comparing analogue
 	with non-analogue statistics.
 
+	* plot.minDC: argument 'lty.quantile' was not being used by the
+	graphical function that drew the quantiles of the pairwise D[ij]s.
+
 Version 0.6-22
 
 	* tran.formula: bug in my implementation of the standard



More information about the Analogue-commits mailing list