censor_left | R Documentation |
Return censored data
censor_left(x, min)
censor_right(x, max)
censor_both(x, min, max)
x |
numeric vector |
min |
numeric scalar describing the minimum value for censoring. |
max |
numeric scalar describing the maximum value for censoring. |
censor_left()
: left censor data (floor)
censor_right()
: right censor data (ceiling)
censor_both()
: left and right censor data (floor and ceiling)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.