View source: R/distance_matrix_utils.R
add_xyuv | R Documentation |
Add Start/End Coordinates & Flow IDs
add_xyuv(x)
x |
sf object of flows |
tibble with x, y, u, v, flow_ID columns
flows <- sf::st_transform(flows_leeds, 3857)
flows <- add_flow_length(flows)
flows <- add_xyuv(flows)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.