iseq {qfratio}R Documentation

Are these vectors equal?

Description

This internal function is used to determine whether two vectors/matrices have the same elements (or, a vector/matrix is all equal to 0) using all.equal(). Attributes and dimensions are ignored as they are passed as vectors using c().

Usage

iseq(x, y = rep.int(0, length(x)), tol = .Machine$double.eps * 100)

Arguments

x

Main target vector/matrix in all.equal()

y

current in all.equal(). Default zero vector.

tol

Numeric to specify tolerance in all.equal()

See Also

all.equal


[Package qfratio version 1.1.1 Index]