Rev 2 | Rev 6228 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{drop}\title{Drop Redundant Extent Information}\usage{drop(x)}\alias{drop}\value{If \code{x} is an object with a \code{dim} attribute(e.g. a matrix or array), then \code{drop}, returnsan object like \code{x}, but with any extents of lengthone removed. Any accompanying \code{dimnames} attributeis adjusted and returned with \code{x}.Array subsetting typically performs this reduction,but sometimes it is useful to invoke \code{drop} directly.}\keyword{array}