Description Usage Arguments Details Value Examples
Count how many elements of vector 'x' are included in a given interval.
1 | includes(x, lb, ub)
|
x |
should be an object of class "numeric" |
lb |
lower bound |
ub |
upper bound |
if an element is contained in the interval [lb,ub] it will be counted. https://www.varsitytutors.com/hotmath/hotmath_help/topics/interval-notation
a single value indicating the proportion of elements in 'x' which are contained in a given interval [lb,ub]
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.