powered by
Returns TRUE if range of the argument includes 0 and FALSES if not.
zerofind(fmat)
An object from which 'range' returns two numbers.
A logical value TRUE or FALSE.
range
# NOT RUN { zerofind(1:5) # FALSE zerofind(0:3) # TRUE # }
Run the code above in your browser using DataLab