Last data update: 2014.03.03

R: Test whether 'x' is a valid object of the 'fsets' class
is.fsetsR Documentation

Test whether x is a valid object of the fsets class

Description

Test whether x has a valid format for the objects of the fsets class.

Usage

is.fsets(x)

Arguments

x

An object being tested.

Details

This function tests wheter x inherits from fsets and whether it is a numeric matrix with vars and specs attributes of correct size and column/row names.

Value

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

Author(s)

Michal Burda

See Also

lcut, fcut

Results