Description Usage Arguments Value See Also Examples
Simplifying math functions are simple wrappers of math function (- +). If any of the left-hand side or right-hand side is NA, Inf or NaN it returns any rational value, if there is any.
However, if the both values are irrational it returns NA. The result is then passed to the corresponding math function.
1 2 3 | .x %minus_% .y
.x %plus_% .y
|
.x |
numeric or integer element |
.y |
numeric or integer element |
a single value
vignette("s")
, vignette("hablar")
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.