Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hneth committed Feb 7, 2024
1 parent 150b04f commit 679ed29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/plot_crisk.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## plot_crisk.R | riskyr
## 2022 08 09
## 2024 02 06
## Plot cumulative risk curve
## -----------------------------------------------

Expand Down Expand Up @@ -1202,6 +1202,7 @@ plot_crisk <- function(x, # x-values (as vector or df)
# (b) adding functionality:
# - compute and show curve of all remainin
# - add an option for only plotting remaining risk area?
# (e.g., by zooming in on reduced x-axis range, as in N_max arg of plot_cbar())
# - explore better curve fitting options (e.g., linear/cubic fits, rather than splines)
# and modularize fitting parts (as separate functions)
# - add data/option for population decrements (on top of plot)
Expand Down

0 comments on commit 679ed29

Please sign in to comment.