The R Project SVN R

Rev

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

Rev 81118 Rev 87256
Line 55... Line 55...
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
 
59
 
60
  For a list array, the \code{print} methods prints entries of length
60
  For a list array, the \code{print} method prints entries of length
61
  not one in the form \samp{integer,7} indicating the type and length.
61
  not one in the form \samp{integer,7} indicating the type and length.
62
}
62
}
63
\value{
63
\value{
64
  \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}
65
  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