powered by
Binary comparison operators for numeric/float matrices.
A vector/matrix of logicals.
Numeric/float vectors/matrices.
if (FALSE) { library(float) s = flrunif(5, 5) x = matrix(1:25, 5) s > x s <= 0 }
Run the code above in your browser using DataLab