Description Usage Arguments Value Examples
Join several gepositions by means of the shortest route in a road network both back and forth.
1 | recons_inout(from_lng, from_lat, data, type = c("in", "out"))
|
from_lng |
Origin lng |
from_lat |
Origin lat |
data |
points away from the origin in a data frame with lng inthe firts columns and lat in the second one. |
type |
reconstructed route from poinr A to B (out) or B to A (in) |
sf file
1 2 3 4 | x=-96.9236
y=-19.527196
data<-geospatial::georadius(x,y,radius = 1,nPoints = 100)
recons_inout(x,y,data,type="out")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.