Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cut.ff

Convert Numeric ff vector to factor ff


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

## 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

Basic Statistical Functions for Package 'ff'

v0.13.3
GPL-3
Authors
Edwin de Jonge, Jan Wijffels, Jan van der Laan
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.