Skip to contents

Subset an lobo object, in a way that is somewhat analogous to subset.data.frame().

Usage

# S4 method for class 'lobo'
subset(x, subset, ...)

Arguments

x

a lobo object.

subset

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

...

ignored.

Value

A lobo object.

Author

Dan Kelley