Dep_PM10_a {TreeDep} | R Documentation |
Dep_PM10_a - Calculates the annual value of deposition of PM10 on vegetation
Description
Dep_PM10_a - Calculates the annual value of deposition of PM10 on vegetation
Usage
Dep_PM10_a(x, z_0 = 1)
Arguments
x |
A data frame containing hourly data of PM10 concentration and other variables (Dates (e.g. 01/01/2016 00:00:00), Hum (%), Pres (kPa), Precip (mm), Rad (W m-2), Temp (C), Wind (m s-1), Daylight (Night or Daylight), BAI, LAI) |
z_0 |
Roughness length value (m) |
Value
Annual value of deposition of PM10 on vegetation (g m-2 yr-1)
Examples
data(Bizkaia_data)
Dep_PM10_a(x = Bizkaia_data, z_0 = 1)
[Package TreeDep version 0.1.3 Index]