| Line 22... |
Line 22... |
| 22 |
when \code{x} is an array? Anything other than a single true value
|
22 |
when \code{x} is an array? Anything other than a single true value
|
| 23 |
is treated as false.}
|
23 |
is treated as false.}
|
| 24 |
|
24 |
|
| 25 |
\item{ind}{integer-valued index vector, as resulting from
|
25 |
\item{ind}{integer-valued index vector, as resulting from
|
| 26 |
\code{which(x)}.}
|
26 |
\code{which(x)}.}
|
| 27 |
\item{.dim}{\code{\link{dim}(.)} integer vector}
|
27 |
\item{.dim}{\code{\link{dim}(.)} integer vector.}
|
| 28 |
\item{.dimnames}{optional list of character \code{\link{dimnames}(.)}.
|
28 |
\item{.dimnames}{optional list of character \code{\link{dimnames}(.)}.
|
| 29 |
If \code{useNames} is true, to be used for constructing dimnames for
|
29 |
If \code{useNames} is true, to be used for constructing dimnames for
|
| 30 |
\code{arrayInd()} (and hence, \code{which(*, arr.ind=TRUE)}).
|
30 |
\code{arrayInd()} (and hence, \code{which(*, arr.ind=TRUE)}).
|
| 31 |
If \code{\link{names}(.dimnames)} is not empty, these are used as
|
31 |
If \code{\link{names}(.dimnames)} is not empty, these are used as
|
| 32 |
column names. \code{.dimnames[[1]]} is used as row names.}
|
32 |
column names. \code{.dimnames[[1]]} is used as row names.}
|