Learn R Programming

oce (version 0.9-18)

subset.odf: Subset an odf object

Description

Subset an odf object

Usage

## S3 method for class 'odf':
subset(x, subset, \dots)

Arguments

x
a odf object.
subset
a condition to be applied to the data portion of x. See Details.
...
ignored.

Value

  • A new odf object.

Details

This function is somewhat analogous to subset.data.frame.