bin_center.Rd
The bin_center() function takes a vector of scores between 0-1 and a number of bins an returns the center of the bin the score falls in.
bin_center()
bin_center(score, n_bins)
The scores (values from 0-1) that are being binned
the number of bins the score
the center of the score bin for all scores