Skip to content

Commit f17ba7a

Browse files
committed
Add missing arguments to example in create_SPC_auto_limits_table
1 parent d7b0758 commit f17ba7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/algorithm.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
#' df,
3232
#' chartType = "C'",
3333
#' periodMin = 21,
34+
#' baseline = NULL,
3435
#' runRuleLength = 8,
3536
#' maxNoOfExclusions = 3,
3637
#' noRegrets = TRUE,
3738
#' verbosity = 1L,
3839
#' noRecals = FALSE,
40+
#' recalEveryShift = FALSE,
3941
#' rule2Tolerance = 0,
4042
#' showLimits = TRUE,
4143
#' overhangingReversions = TRUE,

0 commit comments

Comments
 (0)