Samer Mouksassi
Samer Mouksassi
first a big thank you for the amazing additional features you provides for ggplot2 amazing super useful features ! was thinking about the below ``` r library(ggh4x) #> Loading required...
Hi, as discussed on twitter it might be good to have a legend to this very nice new geom. I will need some guidance to where to start but will...
Opening here to keep track of it https://github.com/smouksassi/ggplotwithyourdata/issues/19 https://github.com/ropensci/plotly/issues/1139 We need to think of a better way to handle the use of aes(...= NULL ) as it is not ggplotly...
Hi the output from survplotp confidence bands differ from the regular survplot. ```r library(survival) library(rms) rms::survplot( rms::npsurv(Surv(time, status) ~ disease,data=kidney) ) rms::survplotp( rms::npsurv(Surv(time, status) ~ disease,data=kidney) ) ```  
Bringing the discussion from ggplot2 to ggforce: ggplot had these two issues #2423 https://github.com/tidyverse/ggplot2/issues/2423#issuecomment-360880618 #1922 https://github.com/tidyverse/ggplot2/issues/1922 which refer to these SO questions: https://stackoverflow.com/questions/40316169/nested-facets-in-ggplot2-spanning-groups https://stackoverflow.com/questions/40732543/seeking-workaround-for-gtable-add-grob-code-broken-by-ggplot-2-2-0/40838827#40838827 @thomasp85 suggested bringing the discussion to...
ggstance has been deprecated and recently was removed from CRAN @lionel- kindly offered that he will make a last ditch edits to re instate it on CRAN but it is...
first thank you for maintaining survminer and for this awesome package we depend on it and we love it ! survminer bugs when a variable has values with equal signs...