xs_pts_classify: Classify Cross Section Points

View source: R/xs_pts_classify.R

xs_pts_classifyR Documentation

Classify Cross Section Points

Description

Classify cross section points that are located within the floodplain and channel.

Usage

xs_pts_classify(xs_pts, channel_poly, floodplain_poly, buffer_distance)

Arguments

xs_pts

sf object; A cross_section_points object.

channel_poly

sf object; A channel_poly object.

floodplain_poly

sf object; A floodplain_poly object.

buffer_distance

numeric; The buffer distance used to extend the channel and floodplain polygons. Linear units of sf objects.

Value

An sf object representing xs_pts whose points are classified as falling inside the floodplain or channel.


FluvialGeomorph/fluvgeo documentation built on June 10, 2025, 12:03 p.m.