Skip to contents

Trim a set of transects to the bounds of polygons

Usage

trim_transects_to_polygons(
  transect_lines,
  flowlines,
  polygons,
  crosswalk_id = NULL,
  dissolve = FALSE
)

Arguments

transect_lines

sf dataframe

flowlines

sf dataframe

polygons

sf dataframe

crosswalk_id

character unique ID

dissolve

logical, whether to dissolve polygon internal boundaries or not. Default is FALSE.

Value

sf dataframe