首页 > 解决方案 > Finding closest point between two vectors based on two dimensions

问题描述

So I am looking for smart solutions right now.

using apply and which.min(abs(lat_i-lat_j) + abs(long_i + long_j))

and then calculate the geographical distance between these two points.

标签: rbigdatadistanceclosest

解决方案


推荐阅读