comparison | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.