[R-gregmisc-commits] r2105 - pkg/gplots/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 25 18:27:37 CET 2016
Author: warnes
Date: 2016-03-25 18:27:36 +0100 (Fri, 25 Mar 2016)
New Revision: 2105
Modified:
pkg/gplots/R/lowess.R
Log:
Remove obsolete function to add '...' to argument list for stats::lowess().
Modified: pkg/gplots/R/lowess.R
===================================================================
--- pkg/gplots/R/lowess.R 2016-03-25 17:27:00 UTC (rev 2104)
+++ pkg/gplots/R/lowess.R 2016-03-25 17:27:36 UTC (rev 2105)
@@ -13,10 +13,6 @@
retval
}
-
-# add "..." to the argument list to match the generic
-formals(lowess.default) <- c(formals(lowess.default),alist(...= ))
-
lowess <- function(x,...)
UseMethod("lowess")
More information about the R-gregmisc-commits
mailing list