Skip to contents

Draw a elevation map with bathymetry and surrounding topography

Usage

tm_dem_bath(dem_bath, lake_elev, ext_elev = 0)

Arguments

dem_bath

SpatRaster object with merged DEM and bathymetry data. Can be generated using the merge_bathy_dem function.

lake_elev

numeric, elevation of the lake surface. Can be extracted using the get_lake_surface_elevation function.

ext_elev

numeric, additional elevation to extend the lake surface. This allows you to generate a flood map. Default is 0.

Value

tmap-element