print.fsets: Print an instance of the 'fsets()' class

View source: R/fsets.R

print.fsetsR Documentation

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 the fsets() class

...

Unused.

Value

Nothing

Author(s)

Michal Burda

See Also

fsets(), fcut(), lcut()

Examples

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


lfl documentation built on Sept. 8, 2022, 5:08 p.m.