findONE: Find positive entries

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Find positive entries in a vector

Usage

1

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

findZERO

Examples

1
findONE(-5:5)

waved documentation built on May 2, 2019, 3:21 a.m.

Related to findONE in waved...