Skip to content

Commit d0d9a19

Browse files
Apply automatic stylistic changes
1 parent d20467d commit d0d9a19

File tree

2 files changed

+74
-73
lines changed

2 files changed

+74
-73
lines changed

R/jskm.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ jskm <- function(sfit,
404404

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

409410
# Add 95% CI to plot
410411
if (ci == TRUE) {

0 commit comments

Comments
 (0)