[R-gregmisc-users] SF.net SVN: r-gregmisc:[2023] pkg/gtools/man/mixedsort.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-25 14:08:35
|
Revision: 2023 http://sourceforge.net/p/r-gregmisc/code/2023 Author: warnes Date: 2015-05-25 14:08:33 +0000 (Mon, 25 May 2015) Log Message: ----------- Remove '...' from arglist to match source code. Modified Paths: -------------- pkg/gtools/man/mixedsort.Rd Modified: pkg/gtools/man/mixedsort.Rd =================================================================== --- pkg/gtools/man/mixedsort.Rd 2015-05-25 14:05:38 UTC (rev 2022) +++ pkg/gtools/man/mixedsort.Rd 2015-05-25 14:08:33 UTC (rev 2023) @@ -11,8 +11,8 @@ that "a", will come before "B" and "C". } \usage{ -mixedsort(x, decreasing=FALSE, na.last=TRUE, blank.last=FALSE, ...) -mixedorder(x, decreasing=FALSE, na.last=TRUE, blank.last=FALSE, ...) +mixedsort(x, decreasing=FALSE, na.last=TRUE, blank.last=FALSE) +mixedorder(x, decreasing=FALSE, na.last=TRUE, blank.last=FALSE) } \arguments{ \item{x}{Vector to be sorted.} @@ -20,8 +20,8 @@ decreasing? Note that \code{descending=TRUE} reverses the meanings of \code{na.lst} and \code{blanks.last}.} \item{na.last}{for controlling the treatment of \code{NA}s. If \code{TRUE}, missing - values in the data are put last; if \code{FALSE}, they are put - first; if \code{NA}, they are removed.} + values in the data are put last; if \code{FALSE}, they are put + first; if \code{NA}, they are removed.} } \details{ I often have character vectors (e.g. factor labels), such as compound This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |