[R-gregmisc-users] SF.net SVN: r-gregmisc:[2026] pkg/gtools/man/mixedsort.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-25 14:16:19
|
Revision: 2026 http://sourceforge.net/p/r-gregmisc/code/2026 Author: warnes Date: 2015-05-25 14:16:17 +0000 (Mon, 25 May 2015) Log Message: ----------- Add description of blanklast argument, fix typo. Modified Paths: -------------- pkg/gtools/man/mixedsort.Rd Modified: pkg/gtools/man/mixedsort.Rd =================================================================== --- pkg/gtools/man/mixedsort.Rd 2015-05-25 14:13:12 UTC (rev 2025) +++ pkg/gtools/man/mixedsort.Rd 2015-05-25 14:16:17 UTC (rev 2026) @@ -18,10 +18,13 @@ \item{x}{Vector to be sorted.} \item{decreasing}{logical. Should the sort be increasing or 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 + \code{na.last} and \code{blanks.last}.} + \item{na.last}{for controlling the treatment of \code{NA} values. If \code{TRUE}, missing values in the data are put last; if \code{FALSE}, they are put first; if \code{NA}, they are removed.} + \item{blanklast}{for controlling the treatment of blank values. If \code{TRUE}, blank + 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. |