nonnegative.Rd
If using Julia, units are preserved
nonnegative(x)
Value
x if x is greater than 0, 0 otherwise
nonnegative(NA) #> [1] NA nonnegative(-1) #> [1] 0