Description Usage Arguments Value See Also Examples
Fraction of precipitation and catchment area by elevation bands
1 2 3 4 5 6 7 | elev_bands(
con_dem,
meteo_raster = NULL,
dz = 100,
nbands = NULL,
quiet = FALSE
)
|
con_dem |
raster of conditioned elevation of catchment |
meteo_raster |
raster of meteorological field (precipitation, evapotranspiration, ...). |
dz |
numeric scalar, interval (m) to elevation bands. Calculates basin area distributions within 100 m elevation by default. |
nbands |
numeric scalar. Default: NULL (use |
quiet |
Hide messages (FALSE, the default), or display them. |
a tibble with fraction of precipitation and elevation covered by elevation bands. The output columns in this tibble are:
indice elevation zone
lower limit of elevation band
upper limit of elevation band
mid point of elevation band
fraction of the catchment covered by the elevation band
fraction of catchment precipitation that falls on the elevation band
Other elevation bands functions:
centroids()
,
elev_bands_nc()
1 2 3 4 5 6 | ## Not run:
if(FALSE){
elev_bands(con_dem = condem74, meteo_raster = precclim74, dz = 100)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.