-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Saranjeet Kaur edited this page Jun 7, 2024
·
1 revision
Welcome to the healthgps-plots wiki!
-
.csv
are being exported from the simulation run on HPC and then converted to RDS (the data creation steps are on lines 9-26 of theVisualisation.R
file. The RDS data is being input to the plots scripts. -
setup.R
: To set up the plots -
data.R
: The RDS data are input and the dataframes are updated in this file. Different scenarios included. The functions likegen_data_...
help generate the several dataframes -
combine_scenarios.R
: Combine all the scenario plots into one (Need not be a separate file? perhaps set up with a if-else?) - Other
.R
files are individual plots - All the files in
figs
from the shared folder will move toR
folder - All data in
all_rds
folder will move todata
folder - Create a folder to dump all the plots
-
Visualisation_JM
is the recent most main file (it does not yet have the script/steps for converting.csv
toRDS
) - All scenarios also have different income classes. The
combine_class_ps1.R
(ps2, ps3, ...) combines each scenario as per classes.