| route_sequential_dist | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.