Description Usage Arguments Value See Also Examples
f_sign
- Formats numeric values to just their sign
('-' == < 0, '+' == > 0, or ” == 0).
1 2 3 |
x |
A vector of values. |
positive |
A string/value to insert in for positive values. |
negative |
A string/value to insert in for negative values. |
zero |
A string/value to insert in for zero values. |
... |
ignored. |
Returns a string of signs.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.