| Line 23... |
Line 23... |
| 23 |
are coerced by \code{\link{as.vector}}.}
|
23 |
are coerced by \code{\link{as.vector}}.}
|
| 24 |
\item{dim}{the dim attribute for the array to be created, that is an
|
24 |
\item{dim}{the dim attribute for the array to be created, that is an
|
| 25 |
integer vector of length one or more giving the maximal indices in
|
25 |
integer vector of length one or more giving the maximal indices in
|
| 26 |
each dimension.}
|
26 |
each dimension.}
|
| 27 |
\item{dimnames}{either \code{NULL} or the names for the dimensions.
|
27 |
\item{dimnames}{either \code{NULL} or the names for the dimensions.
|
| 28 |
This must a list (or it will be ignored) with one component for each
|
28 |
This must be a list (or it will be ignored) with one component for each
|
| 29 |
dimension, either \code{NULL} or a character vector of the length
|
29 |
dimension, either \code{NULL} or a character vector of the length
|
| 30 |
given by \code{dim} for that dimension. The list can be named, and
|
30 |
given by \code{dim} for that dimension. The list can be named, and
|
| 31 |
the list names will be used as names for the dimensions. If the
|
31 |
the list names will be used as names for the dimensions. If the
|
| 32 |
list is shorter than the number of dimensions, it is extended by
|
32 |
list is shorter than the number of dimensions, it is extended by
|
| 33 |
\code{NULL}s to the length required.}
|
33 |
\code{NULL}s to the length required.}
|