Skip to content
Saranjeet Kaur edited this page Jun 10, 2024 · 1 revision

Welcome to the healthgpsrvis wiki!

Meeting minutes

6 June 2024 (meeting with Jingmin)

  • .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 the Visualisation.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 like gen_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 to R folder
  • All data in all_rds folder will move to data 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 to RDS)
  • All scenarios also have different income classes. The combine_class_ps1.R (ps2, ps3, ...) combines each scenario as per classes.
Clone this wiki locally