Pachka / mwss-App

RRShiny application to run stochastic epidemiological simulations for nosocomial spread in structured healthcare settings
GNU General Public License v3.0
0 stars 0 forks source link

New result visualisation for simple version #23

Closed qleclerc closed 1 year ago

qleclerc commented 1 year ago

New results in simple version of the app should display:

  1. Two lines with key numerical results, like current version
  2. Plot to display peak incidence per ward during the simulation. Suggestion: a plot with one facet for staff, one facet for patients, x axis as wards, y axis as peak incidence value.
  3. Plot to display non-cumulative incidence at hospital level. Suggestion: one line for staff, one for patients, x axis time, y axis incidence OR relative incidence (% of maximum staff/patients in hospital)
  4. Keep current daily risk by service plot, with fixed default number of colors in legend, and removing all layout options
  5. Keep current number of tests plot, for the whole facility and patients and staff combined. Set default aggregation to median over 7 days.
  6. For all plots: remove the png/pdf export choice, set png as default.
kmillesc commented 1 year ago

plot généré par la fonction plotsoutputUI du fichier plotsoutputModule.R dans le dossier functions

qleclerc commented 1 year ago

New results in simple version of the app should display:

  1. Two lines with key numerical results, like current version
  2. Plot to display peak incidence per ward during the simulation. Suggestion: a plot with one facet for staff, one facet for patients, x axis as wards, y axis as peak incidence value.
  3. Plot to display non-cumulative incidence at hospital level. Suggestion: one line for staff, one for patients, x axis time, y axis incidence OR relative incidence (% of maximum staff/patients in hospital) [ONGOING QUENTIN]
  4. Keep current daily risk by service plot, with fixed default number of colors in legend, and removing all layout options [DONE]
  5. Keep current number of tests plot, for the whole facility and patients and staff combined. Set default aggregation to median over 7 days. [CAMILLE - travaille actuellement pour enlever]
  6. For all plots: remove the png/pdf export choice, set png as default. [DONE]
qleclerc commented 1 year ago

All new results plots have been created in the branch sv_plot. Suggestion to close this issue, and open new ones to edit the new plots.

qleclerc commented 1 year ago

Closing and linking to the new issues to improve the new plots: