float (version 0.3-2)

comparison: comparison

Description

Binary comparison operators for numeric/float matrices.

Value

A vector/matrix of logicals.

Arguments

e1, e2

Numeric/float vectors/matrices.

Examples

Run this code
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