Skip to contents

Update a flagged set of transects by shortening them by the given left_distance and right_distance (adjust_flagged_transects() v2 ) Requires 'left_distance' and 'right_distance' columns to specify how much to adjust flagged transects by

Usage

adjust_flagged_transects2(x, crosswalk_id = NULL, reindex_cs_ids = FALSE)

Arguments

x

sf dataframe of transects

crosswalk_id

character, unique ID column

reindex_cs_ids

logical, whether to generate a new 1-n set of cs_ids or to return the original identifiers

Value

sf dataframe of transects with updated geometries