Description Usage Arguments Details Value Examples
cortar
divides the range of x into intervals and codes
the values in x according to which interval they fall. The leftmost
interval corresponds to level one, the next leftmost to level two and so on.
1 | cortar(x)
|
x |
numeric vector which is to be converted to a character vector by cutting. |
breaks |
either a numeric vector of two or more unique cut points or a single number (greater than or equal to 2) giving the number of intervals into which x is to be cut. |
open_left |
logical, |
open_right |
logica, |
dig_lab |
nteger which is used when labels are not given. It determines the number of digits used in formatting the break numbers. |
cortar
is similar to base::cut
, but we have modify to use
with the package bookdown
a character vector with the new codification
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.