Learn R Programming

sits (version 1.1.0)

comparison_functions: Comparison functions

Description

Functions to compare two numeric vectors using tolerance parameter.

Usage

.is_eq(x, y, tolerance = 0)

.is_lt(x, y, tolerance = 0)

.is_gt(x, y, tolerance = 0)

.is_int(x, tolerance = 0)

Value

a logical value.

Arguments

x, y

a numeric value to compare.

tolerance

a unique positive numeric value. Default is 0.