Description Usage Arguments Details Value Author(s) See Also Examples
rel.type gets the relational type of a relational operator. The
relational type is one of 'gt', 'lt', 'eq',
'ne'.
1 | rel.type(x)
|
x |
An operators expressed as a |
A relational operator is an operate that relates the relationship between arguments. The core relational operators are: >, >=, <, <=, ==, !=,
The relational.type is a simple roll-up of these operators. > and >= are gt,
etc. The value is retrieved from .Options$operators[[x]][['rel.type']] and
can be defined for relational operators using setOperator.
A relational type provides an indication of nature of the relational operator.
character value of the operator. One of: 'gt',
'lt', 'eq', 'ne'.
Christopher Brown
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.