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

# S4 method for odf
subset(x, subset, ...)

Arguments

x

an odf object.

subset

a condition to be applied to the data portion of x. See “Details”.

...

ignored.

Value

An odf object.

Details

It seems likely that users will first convert the odf object into another class (e.g. ctd) and use the subset method of that class; note that some of those methods interpret the ... argument.

Author

Dan Kelley