Calculation of the pollutant concentration in top soil
Source:R/temporal_concentration_profile.R
temp_c_profile.Rd
Calculation of the pollutant concentration in top soil
Arguments
- conti_input
Numeric vector of atmospheric depositions in mg/kg topsoil
- output_rate
Numeric vector of absolute pollutant decay rates.
- c_i
Numeric vector of initial concentrations in top soil
- t_max
Numeric value with the last considered timestep (unit depends on the unit of the decay rate)
- t_res
Temporal resolution (numeric value) of the timesteps returned (unit depends on the unit of the decay rate)
- t_beg
Numeric value of the first considered timestep. This value does not influence the calculation itself, it is only used for row names.