uhimax_params: Calculate Maximum urban heat island from observations

Description Usage Arguments

View source: R/UHImax.R

Description

Calculates the maximum urban heat island based on city observations and rural observations. Data is prepared for UHImax.

Usage

1
2
uhimax_params(STN, svf, fveg, city_T, rural_T, rural_meteo, wd = NULL,
  write.file = FALSE)

Arguments

STN

station number

svf

Sky view factor of the city station

fveg

Vegetation fraction of the city station

city_T

'RDS' file with the filtered city temperatures

rural_T

'data.frame' with rural observations

rural_meteo

'data.frame' with rural meteorological parameters prepared according to Theeuwes (2017)

write.file

Optional, TRUE/FALSE


MariekeDirk/uhi_max documentation built on May 23, 2019, 1:44 p.m.