View source: R/classify_intervals.R
classify_intervals | R Documentation |
Function to classify data in custom intervals
classify_intervals( data, value, breaks, sym_start = "(", sym_sep = " to ", sym_end = "]" )
data |
data.frame, input data.frame |
value |
string, variable name of value to classify |
breaks |
vector numeric, class breaks |
sym_start |
string, start of interval label. Default: "(". |
sym_sep |
string, separator of interval label. Default: "to ". |
sym_end |
string, end of interval label. Default: "]". |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.