Description Usage Arguments Value See Also
is_rare_in
outputs a logical vector indicating which elements have a
value less than or equal to the specified threshold, or are unavailable.
1 | is_rare_in(vec, thr)
|
vec |
A numeric atomic vector. |
thr |
The threshold. |
a logical vector with length
equal to length(vec)
.
base::Logic
.
## Not run:
big_logical_vec <- is_rare_in(vec = vars$aaf.1KG, thr = 0.05)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.