View source: R/temporal_concentration_profile.R
temp_c_profile | R Documentation |
Calculation of the pollutant concentration in top soil
temp_c_profile(conti_input, output_rate, c_i, t_max, t_res, t_beg = 0)
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. |
Matrix with columns corresponding to the length of the provided numeric vectors and rows depending on the defined timesteps with t_max and t_res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.