Skip to content

Commit

Permalink
Fix missing documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Apr 30, 2024
1 parent 4134d84 commit eb81763
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/align-GCIMSSample.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ methods::setMethod(
#' @param x A [GCIMSSample] object
#' @param ric_ref The reference Reverse Ion Chromatogram
#' @param ric_ref_rt The retention times corresponding to `ric_ref`
#' @param lambdas a vector with the penalties to test the POW
#' @param p By default `10`, meaning to use one every `10` points to validate.
#' @param max_it Maximum number of iterations
#' @param lambda1 Regularization parameter for second derivative of warp
#' @return The modified [GCIMSSample]
#' @export
methods::setMethod(
Expand Down
8 changes: 8 additions & 0 deletions man/alignRt_pow-GCIMSSample-method.Rd

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

0 comments on commit eb81763

Please sign in to comment.