bin_equallyspaced_df: Create equally spaced bins for a column of a data frame.

Description Usage Arguments

Description

Create equally spaced bins for a column of a data frame.

Usage

1
bin_equallyspaced_df(df, by = NULL, bin.size, include.lowest = T)

Arguments

df

The data frame.

by

The column of the data frame.

bin.size

The size of the bins.

include.lowest

Include endpoint bin?


kahaaga/tstools documentation built on May 24, 2019, 5:01 a.m.