negatives:
Return Negative Elements of a Numeric Vector
Description
Simply returns the negative (or non-positive) elements of some input vector x. Defined as x[which(x < 0)] or x[which(x
Usage
negatives(x, include.zero = FALSE)
Arguments
x
Numeric vector.
include.zero
If TRUE, elements
Value
Numeric vector.
Details
NA
References
Acknowledgment: This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. DGE-0940903.