Learn R Programming

lfl (version 1.2)

print.fsets: Print an instance of the fsets class

Description

Format an object of the fsets class into human readable form and print it to the output.

Usage

## S3 method for class 'fsets':
print(x, ...)

Arguments

x
An instance of fsets class
...
Unused.

Value

  • None.

Details

Format an object of the fsets class into human readable form and print it to the output.

See Also

fsets, fcut, lcut

Examples

Run this code
d <- lcut3(CO2[, 1:2])
    print(d)

Run the code above in your browser using DataLab