[R-gregmisc-users] SF.net SVN: r-gregmisc:[1603] trunk/gdata/man/interleave.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-11 20:41:50
|
Revision: 1603 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1603&view=rev Author: warnes Date: 2012-09-11 20:41:43 +0000 (Tue, 11 Sep 2012) Log Message: ----------- Clarify workding of DROP argument to interleave(). Modified Paths: -------------- trunk/gdata/man/interleave.Rd Modified: trunk/gdata/man/interleave.Rd =================================================================== --- trunk/gdata/man/interleave.Rd 2012-09-11 20:37:52 UTC (rev 1602) +++ trunk/gdata/man/interleave.Rd 2012-09-11 20:41:43 UTC (rev 1603) @@ -52,8 +52,8 @@ argument name will be appended to the row names to show the source of each row. } \item{sep}{Separator between the original row name and the object name.} - \item{drop}{logical - If the number of columns in output matrix is 1, whether - matrix should be returned or a vector } + \item{drop}{boolean flag - When TRUE, matrices containing one column + will be converted to vectors.} } \details{ This function creates a new matrix or data frame from its arguments. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |