Skip to content

Commit 34f89b1

Browse files
committed
0.4.1
1 parent e533ed0 commit 34f89b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/svyjskm.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ svyjskm <- function(sfit,
442442

443443
# ADJUST POSITION OF TABLE FOR AT RISK
444444
data.table <- data.table +
445-
theme(plot.margin = unit(c(-1.5, 1, 0.1, ifelse(m < 10, 2.5, 3.5) - 0.15 * m), "lines"))
445+
theme(plot.margin = unit(c(-1.5, 1, 0.1, ifelse(m < 10, 3.1, 4.3) - 0.38 * m), "lines"))
446446
}
447447

448448
#######################

0 commit comments

Comments
 (0)