crop_spatial: Crop spatial features based on od pairs.

Description Usage Arguments Value

View source: R/spatial.R

Description

Crop spatial features based on od pairs.

Usage

1
2
3
4
5
6
crop_spatial(
  pairs,
  spatial,
  arterial_highway = "residential",
  bbox_margin = c(-500, -500, 500, 500)
)

Arguments

pairs

OD pairs tibble.

spatial

List of spatial features.

arterial_highway

Only keep arterial edges with this value in the highway attribute.

bbox_margin

Spatial margin added to flows bounding box.

Value

[list]


ppintosilva/anprflows documentation built on May 20, 2021, 3:25 p.m.