aliases | R Documentation |
These simple aliases can be useful to avoid operator precedence ambiguity, or to make use of indents from commas within your text editor. The all-caps versions accept single-length (capable of 'short-circuits') logical conditions only.
Neithers and nors are identical except have slightly different short-circuits.
NOR
uses negation once so may be quicker if the first argument is very, very prompt.
AND(x, y) OR(x, y) nor(x, y) neither(x, y) NOR(x, y) NEITHER(x, y) pow() XOR(x, y)
x, y |
Logical conditions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.