Skip to content

Commit b349503

Browse files
[skip style] [skip vbump] Restyle files
1 parent a7b19d8 commit b349503

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

R/plotBeta.R

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ plotBeta <- function(alpha, beta) {
6363
#' @export
6464
#' @keywords graphics
6565
plotBetaDiff <- function(
66-
parX, # parameters of control or SOC
67-
parY, # parameters of experimental arm
68-
go_cut = 0.20, # a meaningful improvement threshold
69-
stop_cut = 0.1, # a poor improvement threshold
70-
shade = TRUE, # paint the two areas under the curve
71-
note = TRUE
72-
) {
66+
parX, # parameters of control or SOC
67+
parY, # parameters of experimental arm
68+
go_cut = 0.20, # a meaningful improvement threshold
69+
stop_cut = 0.1, # a poor improvement threshold
70+
shade = TRUE, # paint the two areas under the curve
71+
note = TRUE) {
7372
# show values of the colored area
7473
assert_numeric(parX, lower = 0, finite = TRUE, any.missing = FALSE)
7574
assert_numeric(parY, lower = 0, finite = TRUE, any.missing = FALSE)

0 commit comments

Comments
 (0)