Does a function / method already exist to determine the frequency of data greater than some value? Similar to the Excel frequency distribution, I would like to group extreme values into the last bin (e.g., >120 as in image). I have been doing this manually by first using the hist function and then summing the counts for breaks greater than a given value.

