Description Usage Arguments Value Author(s)
This function calculates the geodesic distance between any dyads (pairs of points i and j) from datasets x and y and stores the result in a long tibble
1 2 3 4 5 6 7 8 9 10  | 
x | 
 an object of class   | 
y | 
 an object of class   | 
ids | 
 variables uniquely identifying geospatial points in data   | 
coords_x | 
 names of the numeric coordinate variables in data   | 
coords_y | 
 names of the numeric coordinate variables in data   | 
crs | 
 valid EPSG's for your coordinates in data   | 
crs_transform | 
 a logical value indicating whether to transform the CRS. Defaults to FALSE  | 
new_crs | 
 a valid EPSG for a new CRS. See   | 
a long tibble with dyads and dyadic distances incl. a distance unit indicator
Jeppe Vierø
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.