Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If there are existing images cached on your machine you may need to `docker pull

Postprocessing codes using R are included in the Postprocessing folder for reference purposes.

If you are going to use this coded, we recommend to use [Rstudio](https://www.rstudio.com/) and open the `Postprocessing\GCBM_Belize_Sensitivity.Rproj` file, the [renv](https://rstudio.github.io/renv/articles/renv.html) package was used for library management, and a renv.lock file with the required packages is included
If you are going to use this coded, we recommend to use [R](https://cran.r-project.org/) version 4.1.2 and further install [Rstudio](https://www.rstudio.com/). Now open the `Postprocessing\GCBM_Belize_Sensitivity.Rproj` file, the [renv](https://rstudio.github.io/renv/articles/renv.html) package was used for library management, and a renv.lock file with the required packages is included

In order to perform sensitivity analysis, the Standalone_GCBM folder can be duplicated with another name (e.g. Standalone_GCBM_decaymod) and the run_all.bat can me modified and run. Then, the `Postprocessing\Summarize_DOM_Stocks.R` code has to be modified to generate graphs and tables with this new configuration (instructions in the code)

Expand Down