Description Usage Arguments Value Examples
View source: R/brf_level_shift.R
Create a factor column with the data subseted according to break points.
1 | set_level_shift(x, level_breaks = NULL)
|
x |
vector of numeric |
level_breaks |
break points in the data |
vector of type factor
1 | set_level_shift(1:100, c(2, 40, 86))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.