| Line 36... |
Line 36... |
| 36 |
\code{\link{dimnames}} if \code{x} has \code{\link{names}}.
|
36 |
\code{\link{dimnames}} if \code{x} has \code{\link{names}}.
|
| 37 |
The sole purpose of this is to make it possible to access the
|
37 |
The sole purpose of this is to make it possible to access the
|
| 38 |
\code{dim}[names] attribute at a later time.
|
38 |
\code{dim}[names] attribute at a later time.
|
| 39 |
|
39 |
|
| 40 |
\code{is.array} returns \code{TRUE} or \code{FALSE} depending on
|
40 |
\code{is.array} returns \code{TRUE} or \code{FALSE} depending on
|
| 41 |
whether its argument is an array (i.e., has a \code{dim} attribute)
|
41 |
whether its argument is an array (i.e., has a \code{dim} attribute of
|
| 42 |
or not. It is generic: you can write methods to handle
|
42 |
positive length) or not. It is generic: you can write methods to handle
|
| 43 |
specific classes of objects, see \link{InternalMethods}.
|
43 |
specific classes of objects, see \link{InternalMethods}.
|
| 44 |
}
|
44 |
}
|
| 45 |
\references{
|
45 |
\references{
|
| 46 |
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
|
46 |
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
|
| 47 |
\emph{The New S Language}.
|
47 |
\emph{The New S Language}.
|