Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiayliu committed Feb 21, 2024
1 parent b5071fc commit 89a6576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/delta_waterfall.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ plot.delta.waterfall <- function(
ylab.label <- c('Absolute change in Ki-67 (%) from\npretreatment to post-intervention')
} else if (variable == 'submax') {
if (percent) {
by = 0.1
by <- 0.1
ylab.label <- bquote(bold('Time to 80% Submax Relative Change'))
} else {
by <- 60
Expand Down

0 comments on commit 89a6576

Please sign in to comment.