| replace_negative {alkahest} | R Documentation |
Replace Negative Values
Description
Replace Negative Values
Usage
replace_negative(x, y, ...)
## S4 method for signature 'numeric,numeric'
replace_negative(x, y, value = 0)
## S4 method for signature 'ANY,missing'
replace_negative(x, value = 0)
Arguments
x, y |
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_threshold()
[Package alkahest version 1.2.0 Index]