Learn R Programming

TreeDep (version 0.1.3)

Dep_SO2: Dep_SO2 - Calculates hourly deposition of SO2 on vegetation

Description

Dep_SO2 - Calculates hourly deposition of SO2 on vegetation

Usage

Dep_SO2(x, z_0 = 1)

Arguments

x

A data frame containing hourly data of SO2 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

Hourly data of deposition of SO2 on vegetation (g m-2 h-1)

Examples

Run this code
# NOT RUN {
data(Bizkaia_data)
Dep_SO2(x = Bizkaia_data, z_0 = 1)
# }

Run the code above in your browser using DataLab