rcpp_parallel_distm_C | R Documentation |
Parallel calculates distance between two matrices of lat/long.
rcpp_parallel_distm_C(x, y)
x |
matrix of coordinates. In the same format as st_coordinates output (X, Y) |
y |
matrix of coordinates. In the same format as st_coordinates output (X, Y) |
returns matrix of distances in miles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.