cut.ff: Convert Numeric ff vector to factor ff

Description Usage Arguments Details Value See Also

View source: R/cut_ff.R

Description

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

1
2
## S3 method for class 'ff'
cut(x, breaks, ...)

Arguments

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 cut.default

Details

The cut method for ff with the behaviour of link{cut}

Value

ff a new ff object with the newly created factor

See Also

cut


ffbase documentation built on Feb. 27, 2021, 5:06 p.m.