[ top | up ]

Drop Redundant Extent Information

Syntax

drop(x)

Value

If x is an object with a dim attribute (e.g. a matrix or array), then drop, returns an object like x, but with any extents of length one removed. Any accompanying dimnames attribute is adjusted and returned with x.

Array subsetting typically performs this reduction, but sometimes it is useful to invoke drop directly.