powered by
all
any
Matrix
matrix
M <- Matrix(1:12 +0, 3,4) all(M >= 1) # TRUE any(M < 0 ) # FALSE
Run the code above in your browser using DataLab