dahi | R Documentation |
Simple approximation of the anisotropic diurnal heat (Ha) distribution
dahi(x, amax = 202.5)
x |
An elevation raster of class terra SpatRaster |
amax |
The Alpha Max (amax) parameter in degrees defined as: minimum = 0, maximum = 360 with the default = 202.500 |
The Diurnal Anisotropic Heat Index is based on this equation. Ha = cos(amax - a) * arctan(b) Where; amax defines the aspect with the maximum total heat surplus, a is the aspect and b is the slope angle.
terra SpatRaster class object Diurnal Anisotropic Heat Index
Jeffrey S. Evans <jeffrey_evans@tnc.org>
Boehner, J., and Antonic, O. (2009) Land-surface parameters specific to topo-climatology. In: Hengl, T., & Reuter, H. (Eds.), Geomorphometry - Concepts, Software, Applications. Developments in Soil Science, 33:195-226
library(terra)
elev <- rast(system.file("extdata/elev.tif", package="spatialEco"))
Ha <- dahi(elev)
plot(Ha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.