Skip to content

Z Meeting notes, 2021 03 11

Tim Treis edited this page Mar 11, 2021 · 4 revisions

Notes

  • Next "Sprint" on the 18/19.03.2021
    • Pretty much everyone can join one day or the other
    • ggsci doesn't yield colors but NAs when inquiring for more colors than the generator has to offer
      • Leads to incorrect plots, strata should at least get black and a warning should be thrown
      • We'll get rid of ggsci in favour of somsaults color palette
    • Lots of documentation needs to be written
  • visR::highlight() -> Cool feature to have, additive to global theme
    • adtte %>% estimate_KM("Sex") %>% plot() %>% highlight("Female")
    • "Dampens" all other colours except the chosen strata by X % of intensity and rises the picked one to the top-most Z
  • Suggest: thematic added
  • vdiffr is now being used for visual checks, is great
  • Probably not useful to have a wrapper using the corporate identity colours since they are not made for viz which would just lead to a million opiniopnated decisions
    • Instead have a wrapper to create a 1:1 dict of strata name to hex colour that is consistent across all plots, no matter if the strata is actually present in this plot or not
  • Some pull requests were closed