| signTabulate {matrixStats} | R Documentation |
Calculates the number of negative, zero, positive and missing values
Description
Calculates the number of negative, zero, positive and missing values in a
numeric vector. For double vectors,
the number of negative and positive infinite values are also counted.
Usage
signTabulate(x, idxs = NULL, ...)
Arguments
x |
|
idxs |
A |
... |
Not used. |
Value
Returns a named numeric
vector.
Author(s)
Henrik Bengtsson
See Also
sign().
[Package matrixStats version 0.62.0 Index]