Does the range of the input contain 0?
Returns TRUE if range of the argument includes 0 and FALSE if not.
zerofind(fmat)
fmat |
An object from which 'range' returns two numbers. |
A logical value TRUE or FALSE.
zerofind(1:5) # FALSE zerofind(0:3) # TRUE
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.