The R Project SVN R

Rev

Rev 23613 | Rev 27541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23613 Rev 24300
Line 38... Line 38...
38
  \code{is.array} returns \code{TRUE} or \code{FALSE} depending on
38
  \code{is.array} returns \code{TRUE} or \code{FALSE} depending on
39
  whether its argument is an array (i.e., has a \code{dim} attribute)
39
  whether its argument is an array (i.e., has a \code{dim} attribute)
40
  or not. It is generic: you can write methods to handle
40
  or not. It is generic: you can write methods to handle
41
  of specific classes of objects, see \link{InternalMethods}.
41
  of specific classes of objects, see \link{InternalMethods}.
42
}
42
}
-
 
43
\references{
-
 
44
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
45
  \emph{The New S Language}.
-
 
46
  Wadsworth \& Brooks/Cole.
-
 
47
}
43
\seealso{
48
\seealso{
44
  \code{\link{aperm}}, \code{\link{matrix}},
49
  \code{\link{aperm}}, \code{\link{matrix}},
45
  \code{\link{dim}}, \code{\link{dimnames}}.
50
  \code{\link{dim}}, \code{\link{dimnames}}.
46
}
51
}
47
\examples{
52
\examples{