Last data update: 2014.03.03

R: Polyn Relational Operators
Polyn ComparisonR Documentation

Polyn Relational Operators

Description

Relational operators for the Polyn class.

Usage

## S3 method for class 'Polyn'
p1 == p2
## S3 method for class 'Polyn'
p1 != p2
## S3 method for class 'Polyn'
p1 < p2
## S3 method for class 'Polyn'
p1 <= p2
## S3 method for class 'Polyn'
p1 > p2
## S3 method for class 'Polyn'
p1 >= p2

Arguments

p1, p2

Polyn objects

Value

Returns the value resulting of the relational operation. The order operators are not implemented and return NA.

Examples

1+B==B+1

Results