is_zero_range: Check if a vector is all the same value

View source: R/utils.R

is_zero_rangeR Documentation

Check if a vector is all the same value

Description

Check if a vector is all the same value

Usage

is_zero_range(x, tol = .Machine$double.eps^0.5)

Arguments

x

An input vector.

tol

tolerance when comparing elements of the vector


Kalhor-Lab/QFM documentation built on Nov. 25, 2024, 10:18 p.m.