plot: Plot of experimental and simulated profile inventories

View source: R/plot.R

plotR Documentation

Plot of experimental and simulated profile inventories

Description

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.

Arguments

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.

Value

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.


RadEro documentation built on April 12, 2025, 2:13 a.m.

Related to plot in RadEro...