[R-gregmisc-users] SF.net SVN: r-gregmisc:[2022] pkg/gtools/man/mixedsort.Rd
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-05-25 14:05:41
|
Revision: 2022
http://sourceforge.net/p/r-gregmisc/code/2022
Author: warnes
Date: 2015-05-25 14:05:38 +0000 (Mon, 25 May 2015)
Log Message:
-----------
Replace unicode quotes with \code{..}.
Modified Paths:
--------------
pkg/gtools/man/mixedsort.Rd
Modified: pkg/gtools/man/mixedsort.Rd
===================================================================
--- pkg/gtools/man/mixedsort.Rd 2015-05-23 22:21:39 UTC (rev 2021)
+++ pkg/gtools/man/mixedsort.Rd 2015-05-25 14:05:38 UTC (rev 2022)
@@ -19,9 +19,9 @@
\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 ‘NA’s. If ‘TRUE’, missing
- values in the data are put last; if ‘FALSE’, they are put
- first; if ‘NA’, they are removed.}
+ \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.}
}
\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.
|