outsiders | R Documentation |
Decide if a value x
falls outside an interval j[1],j[2]
that can be open or closed on the left and/or the right. Either a logical vector equal to x
, or the actual values are extracted,
x %][% j x %)(% j x %](% j x %)[% j x %].[% j x %).(% j x %].(% j x %).[% j
x |
A vector |
j |
A range |
logical vector of length x, or, values of x outside the range j
Package 'DescTools' provides similar functions
# Closed interval 5%][%c(1,5) 5%].[%c(1,5) # Open interval 5%)(%c(1,5) 5%).(%c(1,5) # Half-losed interval left 5%](%c(1,5) 5%].(%c(1,5) # Half-losed interval right 5%)[%c(1,5) 5%).[%c(1,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.