filter_bits: Filtering functions

Description Usage Arguments Examples

Description

A few additional functions to facilitate filtering of vectors

Usage

1
2
3
4
5
6
7

Arguments

x

vector of numerics to be filtered

Examples

1
2
3
4
5
x <- seq(-3, 3, 0.5)
drop_zeros(x)
positives(x)
negatives(x)
integers(x)

MyKo101/mutils documentation built on July 28, 2020, 8:52 p.m.