is_constant {fMRItools}R 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?


[Package fMRItools version 0.4.2 Index]