[R-gregmisc-users] SF.net SVN: r-gregmisc:[1999] trunk/gplots/man/smartlegend.Rd
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-05-01 16:31:36
|
Revision: 1999
http://sourceforge.net/p/r-gregmisc/code/1999
Author: warnes
Date: 2015-05-01 16:31:33 +0000 (Fri, 01 May 2015)
Log Message:
-----------
Mark 'smartlegend' as deprecated
Modified Paths:
--------------
trunk/gplots/man/smartlegend.Rd
Modified: trunk/gplots/man/smartlegend.Rd
===================================================================
--- trunk/gplots/man/smartlegend.Rd 2015-05-01 16:28:48 UTC (rev 1998)
+++ trunk/gplots/man/smartlegend.Rd 2015-05-01 16:31:33 UTC (rev 1999)
@@ -2,7 +2,7 @@
\alias{smartlegend}
\title{Place a legend in a specified logical ("top","bottom", "left",
"right", etc) location on a plot.}
-\description{
+\description{
This function places a legend in a specified logical ("top","bottom", "left",
"right", etc) location on a plot.
}
@@ -23,6 +23,10 @@
\value{
Same as \code{legend}
}
+\note{
+ This function is deprecated because \code{\link{legend}} has
+ implemented relative positioning (e.g. \code{x="topright"}).
+}
\author{Gregory R. Warnes \email{gr...@wa...} }
\seealso{ \code{\link{legend}} }
\examples{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|