Description Usage Arguments See Also Examples
This is an enhanced version of base::cut()
that allows a custom
formatting to be applied to the values.
1 2 3 |
x |
a numeric vector which is to be converted to a factor by cutting. |
breaks |
|
include.lowest |
logical, indicating if an ‘x[i]’ equal to
the lowest (or highest, for |
right |
logical, indicating if the intervals should be closed on the right (and open on the left) or vice versa. |
ordered_result |
logical: should the result be an ordered factor? |
... |
Passed to |
format_fun |
|
sep |
|
paren |
|
http://stackoverflow.com/q/14456371/946850
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.