Revision: 1073
http://svn.sourceforge.net/r-gregmisc/?rev=1073&view=rev
Author: ggorjan
Date: 2007-03-09 01:05:00 -0800 (Fri, 09 Mar 2007)
Log Message:
-----------
use of \method in Rd markup - issues a warning with _R_CHECK_RD_STYLE_=TRUE env. variable with R 2.5.0
Modified Paths:
--------------
trunk/gplots/man/ooplot.Rd
Modified: trunk/gplots/man/ooplot.Rd
===================================================================
--- trunk/gplots/man/ooplot.Rd 2007-03-06 23:37:37 UTC (rev 1072)
+++ trunk/gplots/man/ooplot.Rd 2007-03-09 09:05:00 UTC (rev 1073)
@@ -9,7 +9,7 @@
}
\usage{
ooplot(data, ...)
-ooplot.default(data, width=1, space=NULL, names.arg=NULL,
+\method{ooplot}{default}(data, width=1, space=NULL, names.arg=NULL,
legend.text=NULL, horiz=FALSE,
density=NULL, angle=45, kmg="fpnumkMGTP",
kmglim=TRUE,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|