Returns a numeric vector greater than or equal to the `value` parameter. Sets the values less than `value` to the value of `value`.
gte(x, value)
Returns a numeric vector greater than or equal to the `value` parameter. Sets the values less than `value` to the value of `value`.
Used to limit the range of values from a FluvialGeomorph metric to ensure that only conceptually relevant values are returned. This is simply a convenience function that uses a more computationally efficient method than the available `ifelse` functions.