Description Usage Arguments Details See Also Examples
sign
returns a vector with the signs of the corresponding
elements of x
(the sign of a real number is 1, 0, or -1
if the number is positive, zero, or negative, respectively).
Note that sign
does not operate on complex vectors.
1 | sign(x)
|
x |
a numeric vector |
This is an internal generic primitive function: methods
can be defined for it directly or via the
Math
group generic.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.