R/functions.R
find_closest_values.Rd
Find the two closest values (one smaller and one bigger) of values_vector to target_value.
find_closest_values(values_vector, target_value)
Vector of values.
Target value.
The two closest values (one smaller and one bigger) in one vector.