[R-gregmisc-users] SF.net SVN: r-gregmisc: [958] trunk/gtools/man/combinations.Rd
Brought to you by:
warnes
From: <nj...@us...> - 2006-05-05 18:14:09
|
Revision: 958 Author: nj7w Date: 2006-05-05 11:13:57 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=958&view=rev Log Message: ----------- Fixed minor typo - in {value} - n was replaced by r Modified Paths: -------------- trunk/gtools/man/combinations.Rd Modified: trunk/gtools/man/combinations.Rd =================================================================== --- trunk/gtools/man/combinations.Rd 2006-05-05 16:55:31 UTC (rev 957) +++ trunk/gtools/man/combinations.Rd 2006-05-05 18:13:57 UTC (rev 958) @@ -33,7 +33,7 @@ \code{options} command for details on how to do this. } \value{ - Returns a matrix where each row contains a vector of length \code{n}. + Returns a matrix where each row contains a vector of length \code{r}. } \references{Venables, Bill. "Programmers Note", R-News, Vol 1/1, Jan. 2001. \url{http://cran.r-project.org/doc/Rnews} } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |