View source: R/kc_st_distance.R
kc_st_distance | R Documentation |
Create data frame containing pairwise distances of points in sf objects x and y.
kc_st_distance(x, y, idx, idy)
x |
an sf object |
y |
an sf object |
idx |
id variable for each row in x |
idy |
id variable for each row in y |
A data frame containing pairwise distances of each row in x and y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.