Skip to content

Commit

Permalink
Merge pull request #79 from signaturescience/78-documentation-fix-for…
Browse files Browse the repository at this point in the history
…-plane_trend

no longer documenting observed signal as option for plane_trend
  • Loading branch information
vpnagraj authored Oct 10, 2023
2 parents 1e1e98c + 8ceb516 commit 2cdb24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/planes.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ plane_score <- function(input, seed, components = "all", args = NULL) {
#' This function identifies any change points in the forecast data or in the final observed data point. Change points are identified by any significant change in magnitude or direction of the slope of the time series.
#'
#' @param location Character vector with location code; the location must appear in input and seed
#' @param input Input signal data to be scored; object must be one of [forecast][to_signal()] or [observed][to_signal()]
#' @param input Input signal data to be scored; object must be [forecast][to_signal()]
#' @param seed Prepared [seed][plane_seed()]
#' @param sig_lvl The significance level at which to identify change points (between zero and one); default is 0.1
#'
Expand Down
2 changes: 1 addition & 1 deletion man/plane_trend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cdb24b

Please sign in to comment.