Description Usage Arguments Examples
A few additional functions to facilitate filtering of vectors
1 2 3 4 5 6 7 | drop_zeros(x)
positives(x)
negatives(x)
integers(x)
|
x |
vector of numerics to be filtered |
1 2 3 4 5 | x <- seq(-3, 3, 0.5)
drop_zeros(x)
positives(x)
negatives(x)
integers(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.