| Line 27... |
Line 27... |
| 27 |
either \code{NULL} or a character vector of the length given by
|
27 |
either \code{NULL} or a character vector of the length given by
|
| 28 |
\code{dim} for that dimension. The list can be named, and the list names
|
28 |
\code{dim} for that dimension. The list can be named, and the list names
|
| 29 |
will be used as names for the dimensions. If the list is shorter
|
29 |
will be used as names for the dimensions. If the list is shorter
|
| 30 |
than the number of dimensions, it is extended by \code{NULL}s to the
|
30 |
than the number of dimensions, it is extended by \code{NULL}s to the
|
| 31 |
length required}
|
31 |
length required}
|
| 32 |
\Item{x}{an \R object.}
|
32 |
\item{x}{an \R object.}
|
| 33 |
\item{\dots}{additional arguments to be passed to or from methods.}
|
33 |
\item{\dots}{additional arguments to be passed to or from methods.}
|
| 34 |
}
|
34 |
}
|
| 35 |
\value{
|
35 |
\value{
|
| 36 |
\code{array} returns an array with the extents specified in \code{dim}
|
36 |
\code{array} returns an array with the extents specified in \code{dim}
|
| 37 |
and naming information in \code{dimnames}. The values in \code{data} are
|
37 |
and naming information in \code{dimnames}. The values in \code{data} are
|