allclose: Check whether all elements of array or vector like objects...

Description Usage Arguments Value

View source: R/arrays.R

Description

i.e. within a small but non-zero tolerance of each other

Usage

1
allclose(x, y, tol = 1e-12)

Arguments

x

First array like object

y

Second array like object

tol

Acceptable difference between individual elements of x and y

Value

logical indicating if values are elementwise within tol of each other


alexpghayes/hayeslib documentation built on May 5, 2019, 4:47 p.m.