R/route_local.R

# TODO: implement with sfnetworks
# route_local <- function(sln, from, to, l = NULL, ...) {
#   if(is.null(l)) {
#     coords <- od_coords(from, to)
#   } else {
#     coords <- od_coords(l)
#   }
# }

Try the stplanr package in your browser

Any scripts or data that you put into this service are public.

stplanr documentation built on Sept. 15, 2023, 9:07 a.m.