Learn R Programming

waved (version 1.3)

findONE: Find positive entries

Description

Find positive entries in a vector

Usage

findONE(x)

Value

A vector of indices where $x$ has positive values.

Arguments

x

vector

Author

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

findZERO

Examples

Run this code
findONE(-5:5)

Run the code above in your browser using DataLab