findZERO: Find negative entries

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

View source: R/functionINIT.R

Description

Find negative entries in a vector

Usage

1

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

findONE

Examples

1
findZERO(-5:5)

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

Related to findZERO in waved...