findZERO {waved} | R Documentation |
Find negative entries
Description
Find negative entries in a vector
Usage
findZERO(x)
Arguments
x |
vector |
Value
A vector of indices where $x$ has negative values.
Author(s)
Marc Raimondo
References
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
See Also
Examples
findZERO(-5:5)
[Package waved version 1.3 Index]