Skip to contents

Draw the initial geometry of a river corridor.

Usage

initial_corridor(river, method = "buffer", ..., bbox = NULL)

Arguments

river

A simple feature geometry representing the river

method

The method employed to draw the initial river corridor:

  • "buffer" (default): add a fixed buffer region to the river geometry (see river_buffer())

...

Additional arguments required by the function that implements the chosen method (see method)

bbox

Bounding box defining the extent of the area of interest

Value

A simple feature geometry