allWithin: Check if all elements of a numeric vector fall within a...

Description Usage Arguments

Description

Check if all elements of a numeric vector fall within a tolerable range.

Usage

1
allWithin(x, tol = 0, na.rm = FALSE)

Arguments

x

Numeric vector.

tol

Tolerable range. Default = 0 to check if all elements are equal.

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds. Default = FALSE


drsimonj/jacksonphd documentation built on May 15, 2019, 2:52 p.m.