dot-bfast_cpp_closestfrom: For all elements of a vector a, find the closest elements in...

.bfast_cpp_closestfromR Documentation

For all elements of a vector a, find the closest elements in a vector B and returns resulting indexes

Description

For all elements of a vector a, find the closest elements in a vector B and returns resulting indexes

Usage

.bfast_cpp_closestfrom(a, b, twosided)

Arguments

a

numeric vector, ordered

b

numeric vector, ordered

twosided

logical value, if false, indexes will always point to elements in b that are less than or equal to elements in a but not greater than.

Value

integer vector of the same size as a with elements represnting indexes pointing to closest values in b


bfast documentation built on Oct. 22, 2024, 5:07 p.m.