[R-gregmisc-commits] r2096 - pkg/gplots
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 25 15:18:42 CET 2016
Author: warnes
Date: 2016-03-25 15:18:41 +0100 (Fri, 25 Mar 2016)
New Revision: 2096
Modified:
pkg/gplots/NAMESPACE
Log:
Add plotLowess() and plot.lowess() to the NAMESPACE
Modified: pkg/gplots/NAMESPACE
===================================================================
--- pkg/gplots/NAMESPACE 2016-03-25 14:17:30 UTC (rev 2095)
+++ pkg/gplots/NAMESPACE 2016-03-25 14:18:41 UTC (rev 2096)
@@ -1,4 +1,5 @@
export(
+ angleAxis,
balloonplot,
bandplot,
barplot2,
@@ -19,6 +20,7 @@
plot.lm2,
plot.venn,
plotCI,
+ plotLowess,
plotmeans,
qqnorm.aov,
redblue,
@@ -59,7 +61,10 @@
S3method(lowess, formula)
S3method(ooplot, default)
+
+S3method(plot, lowess)
S3method(plot, venn)
+
S3method(print, ci2d)
S3method(print, hist2d)
More information about the R-gregmisc-commits
mailing list