This function matches the indices of two numeric vectors as good as possible (that means with the smallest possible sum of deviations).
Arguments
- x, y
[
numeric()
]
Two vectors of the same length.
See also
Other vector helpers:
check_numeric_vector()
,
check_probability_vector()
,
chunk_vector()
,
insert_vector_entry()
,
map_indices()
,
permutations()
,
split_vector_at()
,
subsets()
,
vector_occurrence()