Learn R Programming

lfl (version 2.2.0)

is.fsets: Test whether x is a valid object of the S3 fsets class

Description

This function tests whether x inherits from S3 fsets class.

Usage

is.fsets(x)

Value

TRUE if x is a valid fsets object and FALSE otherwise.

Arguments

x

An object being tested.

Author

Michal Burda

See Also

fsets()