Skip to content

Commit

Permalink
reducing examples for decomp_cj
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Nov 29, 2022
1 parent ad15a44 commit 4297d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/decomp_cj.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#' ## decomposition changing arguments passed to decompTs
#' decomp_cj(dat, param = 'chla_n', type = 'mult')
#'
#' \dontrun{
#' ## monthly decomposition of continuous data
#' data(apacpwq)
#' dat2 <- qaqc(apacpwq)
Expand All @@ -57,6 +58,7 @@
#' ## using the default method with a data frame
#' dat <- data.frame(dat)
#' decomp_cj(dat, param = 'chla_n', date_col = 'datetimestamp')
#' }
decomp_cj <- function(dat_in, ...) UseMethod('decomp_cj')

#' @rdname decomp_cj
Expand Down
2 changes: 2 additions & 0 deletions man/decomp_cj.Rd

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

0 comments on commit 4297d33

Please sign in to comment.