Learn R Programming

spatialEco (version 0.1-7)

hli: Heat Load Index

Description

Calculates the McCune & Keon (2002) Heat Load Index

Usage

hli(x)

Arguments

x
raster object

Value

raster class object of McCune & Keon (2002) Heat Load Index

References

McCune, B., and D. Keon (2002) Equations for potential annual direct incident radiation and heat load index. Journal of Vegetation Science. 13:603-606.

Examples

Run this code
  library(raster)
  data(elev)
  heat.load <- hli(elev)
    plot(heat.load, main="Heat Load Index") 
    

Run the code above in your browser using DataLab