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)

Arguments

x

numeric vector; The vector of values to be adjusted.

value

numeric;

Value

Returns a numeric vector greater than or equal to the `value` parameter. Sets the values less than `value` to the value of `value`.

Details

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.