Revision: 1533
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1533&view=rev
Author: warnes
Date: 2012-05-31 22:03:07 +0000 (Thu, 31 May 2012)
Log Message:
-----------
Properly mark up S3 method.
Modified Paths:
--------------
trunk/gplots/man/qqnorm.aov.Rd
Modified: trunk/gplots/man/qqnorm.aov.Rd
===================================================================
--- trunk/gplots/man/qqnorm.aov.Rd 2012-05-04 21:20:33 UTC (rev 1532)
+++ trunk/gplots/man/qqnorm.aov.Rd 2012-05-31 22:03:07 UTC (rev 1533)
@@ -8,7 +8,7 @@
class \code{aov}. One can interactively label the points in the plot.
}
\usage{
-qqnorm.aov(y, full=FALSE, label=FALSE, omit=NULL,
+\method{qqnorm}{aov}(y, full=FALSE, label=FALSE, omit=NULL,
xlab=paste(if (full) "" else "Half", " Normal plot"),
ylab="Effects", ...)
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|