diff --git a/R/algorithm.R b/R/algorithm.R index cb43d23..ccf0192 100644 --- a/R/algorithm.R +++ b/R/algorithm.R @@ -31,11 +31,13 @@ #' df, #' chartType = "C'", #' periodMin = 21, +#' baseline = NULL, #' runRuleLength = 8, #' maxNoOfExclusions = 3, #' noRegrets = TRUE, #' verbosity = 1L, #' noRecals = FALSE, +#' recalEveryShift = FALSE, #' rule2Tolerance = 0, #' showLimits = TRUE, #' overhangingReversions = TRUE, diff --git a/man/autospc-package.Rd b/man/autospc-package.Rd index beccaaf..fbb213f 100644 --- a/man/autospc-package.Rd +++ b/man/autospc-package.Rd @@ -6,6 +6,8 @@ \alias{autospc-package} \title{autospc: Automatically Partitioned SPC Charts} \description{ +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} + Creates spc charts with control limits and centre line calculations partitioned into distinct periods. } \author{ diff --git a/man/create_SPC_auto_limits_table.Rd b/man/create_SPC_auto_limits_table.Rd index a4f5eb0..21c8fe8 100644 --- a/man/create_SPC_auto_limits_table.Rd +++ b/man/create_SPC_auto_limits_table.Rd @@ -103,11 +103,13 @@ limits_table <- create_SPC_auto_limits_table( df, chartType = "C'", periodMin = 21, + baseline = NULL, runRuleLength = 8, maxNoOfExclusions = 3, noRegrets = TRUE, verbosity = 1L, noRecals = FALSE, + recalEveryShift = FALSE, rule2Tolerance = 0, showLimits = TRUE, overhangingReversions = TRUE,