[R-gregmisc-users] SF.net SVN: r-gregmisc:[1316] trunk/gplots/man/space.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-08 21:28:25
|
Revision: 1316 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1316&view=rev Author: warnes Date: 2009-05-08 21:27:55 +0000 (Fri, 08 May 2009) Log Message: ----------- Fix Rd syntax error Modified Paths: -------------- trunk/gplots/man/space.Rd Modified: trunk/gplots/man/space.Rd =================================================================== --- trunk/gplots/man/space.Rd 2009-04-22 17:15:11 UTC (rev 1315) +++ trunk/gplots/man/space.Rd 2009-05-08 21:27:55 UTC (rev 1316) @@ -64,7 +64,7 @@ \item{y}{y location of each input point} } \author{ Gregory R. Warnes \email{wa...@bs...} } -\seealso{ \code{\link{jitter}}, \code{link}[base]{sunflowerplot} } +\seealso{ \code{\link{jitter}}, \code{\link[base]{sunflowerplot}} } \examples{ x <- rep(1:5, 10) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |