print.fsets {lfl} | R 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 |
... |
Unused. |
Value
Nothing
Author(s)
Michal Burda
See Also
Examples
d <- fcut(CO2[, 1:2])
print(d)
[Package lfl version 2.2.0 Index]