zerofind: Does the range of the input contain 0?

Description Usage Arguments Value See Also Examples

Description

Returns TRUE if range of the argument includes 0 and FALSES if not.

Usage

1
  zerofind(fmat)

Arguments

fmat

An object from which 'range' returns two numbers.

Value

A logical value TRUE or FALSE.

See Also

range

Examples

1
2
3
4
zerofind(1:5)
# FALSE
zerofind(0:3)
# TRUE 

drtagkim/mcgillfdar documentation built on May 12, 2019, 6:20 p.m.