
Mesohabitat derived from median hydraulic surfaces
Source:R/scenarios.R
mesohabitat_from_median_hydraulics.RdCalculates cellwise median depth and median velocity, then classifies those hydraulic surfaces. This is not a numeric median of nominal class IDs and should not be called "median mesohabitat".
Usage
mesohabitat_from_median_hydraulics(
depth,
velocity,
na.rm = TRUE,
scheme = meso_scheme_default(),
...
)Arguments
- depth, velocity
Multilayer
SpatRasterobjects or scenario lists.- na.rm
Remove missing values in the cellwise medians.
- scheme
A
meso_scheme.- ...
Passed to
classify_mesohabitat_raster().