The R Project SVN R

Rev

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

Rev 68948 Rev 71883
Line 1... Line 1...
1
% File src/library/base/man/array.Rd
1
% File src/library/base/man/array.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{array}
6
\name{array}
7
\alias{array}
7
\alias{array}
8
\alias{as.array}
8
\alias{as.array}
Line 84... Line 84...
84
  positive length) or not.  It is generic: you can write methods to handle
84
  positive length) or not.  It is generic: you can write methods to handle
85
  specific classes of objects, see \link{InternalMethods}.
85
  specific classes of objects, see \link{InternalMethods}.
86
}
86
}
87
\note{
87
\note{
88
  \code{is.array} is a \link{primitive} function.
88
  \code{is.array} is a \link{primitive} function.
89
 
-
 
90
  \R 2.x.y allowed (although documented not to) a zero-length \code{dim}
-
 
91
  argument, and returned a vector of length one.
-
 
92
}
89
}
93
\references{
90
\references{
94
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
91
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
95
  \emph{The New S Language}.
92
  \emph{The New S Language}.
96
  Wadsworth & Brooks/Cole.
93
  Wadsworth & Brooks/Cole.