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