| Line 147... |
Line 147... |
| 147 |
when \code{na.last} is \code{NA}. The index vector
|
147 |
when \code{na.last} is \code{NA}. The index vector
|
| 148 |
refers to element numbers \emph{after removal of \code{NA}s}: see
|
148 |
refers to element numbers \emph{after removal of \code{NA}s}: see
|
| 149 |
\code{\link{order}} if you want the original element numbers.
|
149 |
\code{\link{order}} if you want the original element numbers.
|
| 150 |
|
150 |
|
| 151 |
All attributes are removed from the return value
|
151 |
All attributes are removed from the return value
|
| 152 |
\bibcitep{|R:Becker+Chambers+Wilks:1988|p.\\\\\\sspace{}146}
|
152 |
\bibcitep{|R:Becker+Chambers+Wilks:1988|p.\sspace{}146}
|
| 153 |
except names, which are sorted. (If
|
153 |
except names, which are sorted. (If
|
| 154 |
\code{partial} is specified even the names are removed.) Note that
|
154 |
\code{partial} is specified even the names are removed.) Note that
|
| 155 |
this means that the returned value has no class, except for factors
|
155 |
this means that the returned value has no class, except for factors
|
| 156 |
and ordered factors (which are treated specially and whose result is
|
156 |
and ordered factors (which are treated specially and whose result is
|
| 157 |
transformed back to the original class).
|
157 |
transformed back to the original class).
|