Learn R Programming

lfl (version 2.2.0)

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 fsets
print(x, ...)

Value

Nothing

Arguments

x

An instance of the fsets() class

...

Unused.

Author

Michal Burda

See Also

fsets(), fcut(), lcut()

Examples

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

Run the code above in your browser using DataLab