We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! First, congrats for the amazing package! I have found a small error in the documentation:
ggsurvplot(fit, pval = TRUE, conf.int = TRUE, risk.table = TRUE, # Add risk table risk.table.col = "strata", # Change risk table color by groups lienetype = "strata", # Change line type by groups (should be linetype, I think) ggtheme = theme_bw(), # Change ggplot2 theme palette = c("#E7B800", "#2E9FDF"))
The text was updated successfully, but these errors were encountered:
documentation updated, fix to #43
2833175
Thanks @ViniciusBRodrigues!!! Bug fixed now!
Best, A.
Sorry, something went wrong.
lienetype argument changed to linetype in ggsurvplot() documentation #43
baf2471
No branches or pull requests
Hi! First, congrats for the amazing package! I have found a small error in the documentation:
Change color, linetype by strata, risk.table color by strata
ggsurvplot(fit,
pval = TRUE, conf.int = TRUE,
risk.table = TRUE, # Add risk table
risk.table.col = "strata", # Change risk table color by groups
lienetype = "strata", # Change line type by groups (should be linetype, I think)
ggtheme = theme_bw(), # Change ggplot2 theme
palette = c("#E7B800", "#2E9FDF"))
The text was updated successfully, but these errors were encountered: