float (version 0.2-3)

comparison: comparison

Description

Binary comparison operators for numeric/float matrices.

Arguments

e1, e2

Numeric/float vectors/matrices.

Value

A vector/matrix of logicals.

Examples

Run this code
# NOT RUN {
library(float)
s = flrunif(5, 5)
x = matrix(1:25, 5)

s > x
s <= 0
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab