kut: Cut but automatically include min and max data's value

View source: R/Utils.R

kutR Documentation

Cut but automatically include min and max data's value

Description

Cut but automatically include min and max data's value

Usage

kut(x, breaks, ...)

Arguments

x

a numeric vector which is to be converted to a factor by cutting.

breaks

either a numeric vector of two or more unique cut points or a single number (greater than or equal to 2) giving the number of intervals into which x is to be cut.

...

further arguments passed to or from other methods.


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.