Calculate the sequential distances between sequential coordinate pairs
Calculate the sequential distances between sequential coordinate pairs
route_sequential_dist(m, lonlat = TRUE)
m |
Matrix containing coordinates and elevations |
lonlat |
Are the coordinates in lon/lat order? |
Other route_funs:
route_average_gradient()
,
route_rolling_average()
,
route_rolling_diff()
,
route_rolling_gradient()
,
route_slope_matrix()
,
route_slope_vector()
x <- c(0, 2, 3, 4, 5, 9) y <- c(0, 0, 0, 0, 0, 1) m <- cbind(x, y) route_sequential_dist(m)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.