Revision: 1998
http://sourceforge.net/p/r-gregmisc/code/1998
Author: warnes
Date: 2015-05-01 16:28:48 +0000 (Fri, 01 May 2015)
Log Message:
-----------
Summary: Mark smartlegend() as deprecated.
Modified Paths:
--------------
trunk/gplots/R/smartlegend.R
Modified: trunk/gplots/R/smartlegend.R
===================================================================
--- trunk/gplots/R/smartlegend.R 2015-05-01 15:58:41 UTC (rev 1997)
+++ trunk/gplots/R/smartlegend.R 2015-05-01 16:28:48 UTC (rev 1998)
@@ -4,6 +4,9 @@
y=c("top","center","bottom"),
..., inset=0.05 )
{
+
+ .Deprecated('legend', 'graphics')
+
x <- match.arg(x)
y <- match.arg(y)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|