Skip to contents

Extract the minimum elevation of the digital elevation model (DEM, weber_2020_demelbe1d) below the indexed hectometer polygon of sf.afe_csa.

Usage

getDEMmin(x)

Arguments

x

must be a single integer indexing one hectometer polygon of sf.afe_csa along the River Elbe. x must be element of seq(from = 1, to = length(sf.afe_csa), by = 1).

Value

numeric with the minimum elevation value (m).

References

weber_2020_demelbe1d

See also

Examples

   getDEMmin(3900)
#> [1] 25.52
   getDEMmin(3963)
#> [1] 25.02