Filter Flows by Length
filter_by_length.Rd
Filter Flows by Length
Examples
flows <- sf::st_transform(flows_leeds, 3857)
flows <- add_flow_length(flows)
flows <- filter_by_length(flows, length_min = 5000, length_max = 12000)
#> Flows remaining after filtering: 3237 (31.44%)