Skip to content

Commit

Permalink
Apply automatic stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent d20467d commit d0d9a19
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 73 deletions.
3 changes: 2 additions & 1 deletion R/jskm.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ jskm <- function(sfit,

# Add censoring marks to the line:
if (marks == TRUE) {
p <- p + geom_point(data = subset(df, n.censor >= 1), aes(x = time, y = surv, colour = strata), shape = shape) }
p <- p + geom_point(data = subset(df, n.censor >= 1), aes(x = time, y = surv, colour = strata), shape = shape)
}

# Add 95% CI to plot
if (ci == TRUE) {
Expand Down
Loading

0 comments on commit d0d9a19

Please sign in to comment.