Description Usage Arguments Value Examples
Simple function represents the not logic gate & an equivallent for the '!' sign in R & most preogramming languages. Throws an error if the input isn't a logical variable.
1 | not(x)
|
x |
The logical to be inverted. |
A logical vector, the inverse of the logical parameter x.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.