| santoku-package | A versatile cutting tool for R | 
| breaks-class | Class representing a set of intervals | 
| brk_default | Create a standard set of breaks | 
| brk_equally | Chop equal-sized groups | 
| brk_evenly | Chop into equal-width intervals | 
| brk_fn | Chop using an existing function | 
| brk_manual | Create a 'breaks' object manually | 
| brk_mean_sd | Chop by standard deviations | 
| brk_n | Chop into fixed-sized groups | 
| brk_pretty | Chop using pretty breakpoints | 
| brk_proportions | Chop into proportions of the range of x | 
| brk_quantiles | Chop by quantiles | 
| brk_width | Chop into fixed-width intervals | 
| brk_width-for-datetime | Equal-width intervals for dates or datetimes | 
| brk_width.default | Chop into fixed-width intervals | 
| brk_width.Duration | Equal-width intervals for dates or datetimes | 
| chop | Cut data into intervals | 
| chop_deciles | Chop by quantiles | 
| chop_equally | Chop equal-sized groups | 
| chop_evenly | Chop into equal-width intervals | 
| chop_fn | Chop using an existing function | 
| chop_mean_sd | Chop by standard deviations | 
| chop_n | Chop into fixed-sized groups | 
| chop_pretty | Chop using pretty breakpoints | 
| chop_proportions | Chop into proportions of the range of x | 
| chop_quantiles | Chop by quantiles | 
| chop_width | Chop into fixed-width intervals | 
| exactly | Define singleton intervals explicitly | 
| fillet | Chop data precisely (for programmers) | 
| format.breaks | Class representing a set of intervals | 
| is.breaks | Class representing a set of intervals | 
| kiru | Cut data into intervals | 
| lbl_dash | Label chopped intervals like 1-4, 4-5, ... | 
| lbl_discrete | Label discrete data | 
| lbl_endpoint | Label chopped intervals by their left or right endpoints | 
| lbl_endpoints | Label chopped intervals by their left or right endpoints | 
| lbl_glue | Label chopped intervals using the 'glue' package | 
| lbl_intervals | Label chopped intervals using set notation | 
| lbl_midpoints | Label chopped intervals by their midpoints | 
| lbl_seq | Label chopped intervals in sequence | 
| non-standard-types | Tips for chopping non-standard types | 
| percent | Simple percentage formatter | 
| print.breaks | Class representing a set of intervals | 
| santoku | A versatile cutting tool for R | 
| tab | Cut data into intervals | 
| tab_deciles | Chop by quantiles | 
| tab_equally | Chop equal-sized groups | 
| tab_evenly | Chop into equal-width intervals | 
| tab_fn | Chop using an existing function | 
| tab_mean_sd | Chop by standard deviations | 
| tab_n | Chop into fixed-sized groups | 
| tab_pretty | Chop using pretty breakpoints | 
| tab_proportions | Chop into proportions of the range of x | 
| tab_quantiles | Chop by quantiles | 
| tab_width | Chop into fixed-width intervals |