Learn R Programming

lfl (version 2.1.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)

Arguments

x

An object being tested.

Value

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

See Also

fsets()