Learn R Programming

Distance (version 1.0.9)

create.bins: Create bins from a set of binned distances and a set of cutpoints.

Description

create.bins is now deprecated, please use create_bins

Usage

create.bins(data, cutpoints)

Value

argument data with two extra columns distbegin and distend.

Arguments

data

data.frame with at least the column distance.

cutpoints

vector of cutpoints for the bins

Author

David L. Miller