[Analogue-commits] r170 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 19 19:30:44 CEST 2010


Author: gsimpson
Date: 2010-05-19 19:30:44 +0200 (Wed, 19 May 2010)
New Revision: 170

Modified:
   pkg/R/Stratiplot.R
Log:
Minor tweak to way panel.Stratiplot is called from Stratiplot; now uses the name of the function

Modified: pkg/R/Stratiplot.R
===================================================================
--- pkg/R/Stratiplot.R	2010-05-19 17:29:15 UTC (rev 169)
+++ pkg/R/Stratiplot.R	2010-05-19 17:30:44 UTC (rev 170)
@@ -75,7 +75,7 @@
                list(xlim = c(0, max(x)),
                     ylim = rev(c(0, max(y))))
            },
-           panel = panel.Stratiplot,
+           panel = "panel.Stratiplot",
            layout = c(n.vars, 1, pages),
            par.settings = list(layout.widths = list(panel = max.abun)),
            ##index.cond = list(ord),



More information about the Analogue-commits mailing list