RadEro_run | R Documentation |
Initiates the model based on the Cs137 inventory data from soil profiles according to the specified configuration in the working directory.
RadEro_run(data, config, AxisMaxValue = NULL, output_dir = NULL)
data |
A data frame containing the Cs137 inventory data from soil profiles. It must be located in the working directory. |
config |
A list or configuration file that defines the parameters for the model run. It must be located in the working directory. |
AxisMaxValue |
Optional. A numeric value specifying the maximum value for the axes in the plot. Defaults to NULL. |
output_dir |
The directory where the output files will be saved. Defaults to a temporary directory. |
A "results" folder containing for each analyzed profile: a) ID_plot.png: Experimental (blue) and simulated (red) inventory depth profile plots; b) ID_tempfile: Experimental inventory (Bq/kg) per cell unit in the defined profile depth; c) results.txt: Summary file with columns for ID, migration rate (e), erosion rate (m), diffusion coefficients (k and kv), total experimental inventory, and total simulated inventory; d) Additionally, a "temp" folder for advanced users is created for each profile, containing configuration and inventory files related to individual analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.