plot | R Documentation |
The "plot" function generates two plots for each profile defined in the input data: one representing the experimental inventory and the other representing the simulated inventory. This function is automatically executed when you run RadEro_run. It creates a "results" folder in the current directory if it does not already exist.
data1 |
Character. Read input data in CSV format. |
data2 |
Filtered values of data1 for the current 'id'. |
dir1 |
directory. Temporary working directory where the '_num.txt' and '_exp.txt' files were created. |
dir2 |
directory. Current working directory. |
AxisMaxValue |
daximum value to determine the x axis limit. Only used if the user wants to escalate all the simulated profiles . |
cell_value |
Unit cell size in meters. |
A "results" folder in "dir2" containing "n" plots saved as PNG files, where "n" corresponds to the number of "id" entries defined in "data2". Additionally, a summary TXT file is saved in the results folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.