trim.to.length.floor: trim.to.length.floor

Description Usage Arguments

Description

Trims a set of highways to those for which the whole stretch of highway inside the region has minimum length length.floor in meters. 1 km by default.

Usage

1
2
3
4
5
6
7
8
trim.to.length.floor(
  region,
  divisions,
  length.floor = 1000,
  id.col = "SIGN1",
  verbose = T,
  ...
)

Arguments

id.col

specifies what column must have minimum length.floor within the region. I.e., it should be SIGN1 when filtering out grouped sf by routes and it should be "id" if filtering exploded sf by segments.


kmcd39/divFcns documentation built on Aug. 14, 2020, 2:03 p.m.