Description Usage Arguments Value Examples
Dep_CO - Calculates hourly deposition of CO on vegetation
1  | Dep_CO(x, z_0 = 1)
 | 
x | 
 A data frame containing hourly data of CO 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)  | 
Hourly data of deposition of CO on vegetation (g m-2 h-1)
1 2  | data(Bizkaia_data)
Dep_CO(x = Bizkaia_data, z_0 = 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.