comparedf.tolerances: 'comparedf' tolerances

Description Usage Arguments Details Value Author(s) See Also

Description

Internal functions defining tolerances for the comparedf.control function. To create your own tolerance definitions, see the vignette.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

Arguments

x, y

vectors of the appropriate lengths and types.

idx

A logical vector of appropriate length.

tol

A numeric tolerance

Details

tol.NA takes as differences between two vectors any elements which are NA in one but not the other, or which are non-NA in both and TRUE in idx. It is useful for handling NAs in custom tolerance functions.

Value

A logical vector of length equal to that of x and y, where TRUE denotes a difference between x and y, and FALSE denotes no difference between x and y.

Author(s)

Ethan Heinzen

See Also

comparedf.control, comparedf


arsenal documentation built on June 5, 2021, 1:06 a.m.