Description Usage Arguments Value
View source: R/check_point_distances_by_id.R
check distances between points by id
1 | check_point_distance_by_id(sf1, sf2, sf1_id, sf2_id, dist_threshold)
|
sf1 |
sf class point class object 1 |
sf2 |
sf class point class object 2 |
sf1_id |
sf1_id that links to sf_2 |
sf2_id |
sf2_id that links to sf_1 |
dist_threshold |
distance threshold to check |
1.) dataset with distance column mutated, 2.) a leaflet map, 3.) histogram of distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.