Learn R Programming

neuroim2 (version 0.8.5)

drop: Generic Drop Method

Description

Provides a mechanism to remove dimensions or elements from an object.

Usage

drop(x)

Value

An object of the same class as x with reduced dimensions or elements.

Arguments

x

An object.