comparison {float} | R Documentation |
Binary comparison operators for numeric/float matrices.
e1 , e2 |
Numeric/float vectors/matrices. |
A vector/matrix of logicals.
## Not run:
library(float)
s = flrunif(5, 5)
x = matrix(1:25, 5)
s > x
s <= 0
## End(Not run)