Convert Numeric ff vector to factor ff
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.
## S3 method for class 'ff' cut(x, breaks, ...)
x |
a (numeric) ff object that will be cut into pieces |
breaks |
specifies the breaks for cutting this |
... |
other parameters that can be given to |
The cut
method for ff with the behaviour of link{cut}
ff a new ff
object with the newly created factor
cut
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.