Updated doc with plotting script's changes.

This commit is contained in:
antux18 2024-08-21 17:07:10 +02:00
parent 3eba87d47a
commit e3d01ae34e

View File

@ -181,12 +181,13 @@ The table generated by this script gives the amount of images that have been bui
Under the directory `plot`, you will find a `plot.r` script. Run it as follow:
```
Rscript plot.r <analysis_path> <plot_type> <column1> <column2> ...
Rscript plot.r <plot_type> <analysis_table> <output_plot> <column1> <column2> ...
```
Where:
- `<analysis_path>` is the path to the analysis table produced by an analysis script.
- `<plot_type>` is either `line` or `bar` depending if you want to produce a line or a bar plot from the given table.
- `<analysis_table>` is the path to the analysis table produced by an analysis script.
- `<output_plot>` is the path where the script will store the generated plot.
- `<column1> <column2> ...` are the headers of the columns of the given table.
## License