powered by
This is an internal routine and shouldn't be necessary in normal analyses.
create_bins(data, cutpoints)
argument data with two extra columns distbegin and distend.
data
distbegin
distend
data.frame with at least the column distance.
data.frame
distance
vector of cutpoints for the bins
David L. Miller
if (FALSE) { library(Distance) data(minke) # put the minke data into bins 0-1, 1-2, 2-3 km minke_cuts <- create_bins(minke[!is.na(minke$distance),], c(0,1,2,3)) }
Run the code above in your browser using DataLab