cut_off_vecwise: Cut Off Vecwise

Description Usage Arguments Examples

View source: R/cut_off.R

Description

Throw out elements that exceed a certain absolute value.

Usage

1
cut_off_vecwise(vec, cutoff)

Arguments

vec

A numeric vector.

cutoff

A numeric cutoff value.

Examples

1
mtcars$mpg %>% cut_off_vecwise(20)

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.