[Pomp-commits] r70 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 28 22:03:04 CET 2009


Author: kingaa
Date: 2009-01-28 22:03:03 +0100 (Wed, 28 Jan 2009)
New Revision: 70

Modified:
   pkg/R/plot-pomp.R
Log:
remove default for the (unused) 'y' argument

Modified: pkg/R/plot-pomp.R
===================================================================
--- pkg/R/plot-pomp.R	2009-01-28 12:15:24 UTC (rev 69)
+++ pkg/R/plot-pomp.R	2009-01-28 21:03:03 UTC (rev 70)
@@ -1,7 +1,7 @@
 setMethod(
           "plot",
           "pomp",
-          function (x, y = NULL, 
+          function (x, y,
                     variables,
                     panel = lines,
                     nc = NULL,



More information about the pomp-commits mailing list