Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vreIsEqual

Test if two numeric values are equal within tolerance.


Description

vreIsEqual tests whether two values are equal within sqrt(.Machine$double.eps).

Usage

vreIsEqual(value1, value2)

Arguments

value1

The first value to compare.

value2

The second value to compare.

Value

'TRUE' if the two numbers are equal, 'FALSE' otherwise.


basictabler

Construct Rich Tables for Output to 'HTML'/'Excel'

v1.0.0
GPL-3
Authors
Christopher Bailiss [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.