is_constant: Is this numeric vector constant?

View source: R/utils_checkValue.R

is_constantR Documentation

Is this numeric vector constant?

Description

Is this numeric vector constant?

Usage

is_constant(x, TOL = 1e-08)

Arguments

x

The numeric vector

TOL

minimum range of x to be considered non-constant. Default: 1e-8

Value

Is x constant?


fMRItools documentation built on April 12, 2025, 1:32 a.m.