replace_threshold {alkahest} | R Documentation |
Replace Values Below a Given Threshold
Description
Replace Values Below a Given Threshold
Usage
replace_threshold(x, y, threshold, ...)
## S4 method for signature 'numeric,numeric,function'
replace_threshold(x, y, threshold, value = 0, ...)
## S4 method for signature 'ANY,missing,function'
replace_threshold(x, threshold, value = 0, ...)
## S4 method for signature 'numeric,numeric,numeric'
replace_threshold(x, y, threshold, value = 0, ...)
## S4 method for signature 'ANY,missing,numeric'
replace_threshold(x, threshold, value = 0, ...)
Arguments
x , y |
A |
threshold |
A |
... |
Extra parameters to be passed to |
value |
A |
Value
Returns a list
with two components x
and y
.
Author(s)
N. Frerebeau
See Also
Other replacement methods:
replace_negative()
[Package alkahest version 1.2.0 Index]