cut divides the range of x into intervals and codes the
values in x according to which interval they fall. The
leftmost interval corresponds to level one, the next
leftmost to level two and so on.
Usage
## S3 method for class 'ff':
cut(x, breaks, ...)
Arguments
x
a (numeric) ff object that will be cut into
pieces