Relational Operators
Binary operators which allow the comparison of values in atomic vectors.
## S3 method for class 'bigq' sign(x) ## S3 method for class 'bigq' e1 < e2 ## S3 method for class 'bigq' e1 <= e2 ## S3 method for class 'bigq' e1 == e2 ## S3 method for class 'bigq' e1 >= e2 ## S3 method for class 'bigq' e1 > e2 ## S3 method for class 'bigq' e1 != e2
x, e1, e2 |
Object or vector of class |
x <- as.bigq(8000,21) x < 2 * x
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.