The R Project SVN R

Rev

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

Rev 61433 Rev 63806
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 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 54... Line 54...
54
  with one component for each dimension, either \code{NULL} or a
54
  with one component for each dimension, either \code{NULL} or a
55
  character vector of the length given by the element of the
55
  character vector of the length given by the element of the
56
  \code{"dim"} attribute for that dimension.
56
  \code{"dim"} attribute for that dimension.
57
 
57
 
58
  \code{is.array} is a \link{primitive} function.
58
  \code{is.array} is a \link{primitive} function.
-
 
59
 
-
 
60
  For a list array, the \code{print} methods prints entries of length
-
 
61
  not one in the form \samp{integer,7} indicating the type and length.
59
}
62
}
60
\value{
63
\value{
61
  \code{array} returns an array with the extents specified in \code{dim}
64
  \code{array} returns an array with the extents specified in \code{dim}
62
  and naming information in \code{dimnames}.  The values in \code{data} are
65
  and naming information in \code{dimnames}.  The values in \code{data} are
63
  taken to be those in the array with the leftmost subscript moving
66
  taken to be those in the array with the leftmost subscript moving