Learn R Programming

incubate (version 1.4.0)

near: Checks if arguments are numerically close.

Description

The function is vectorized and R's recycling rules apply.

Usage

near(x, y)

Value

logical vector if arguments from x and y are close

Arguments

x

numeric first vector

y

numeric second vector

See Also