getbetterint {easyr}R Documentation

Get better Int

Description

Takes bucket names of binned values such as [1e3,2e3) or [0.1234567, 0.2) and formats the values nicely into values such as 1,000-2,000 or 0.12-0.20 Author: Scott Sobel. Tech Review: Bryce Chamberlain.

Usage

getbetterint(int)

Arguments

int

Vector of character bucket names to transform.

Value

Vector of transformed values.

Examples

iris$bin <- binbyvol( iris, 'Sepal.Width', 'Sepal.Length', 5 )
getbetterint( iris$bin )

[Package easyr version 0.5-11 Index]