Learn R Programming

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

Arguments

x

An instance of the fsets() class

...

Unused.

Value

Nothing

See Also

fsets(), fcut(), lcut()

Examples

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

# }

Run the code above in your browser using DataLab