Skip to content

Commit

Permalink
Update R/estimateBaseline.R
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Gibb <[email protected]>
  • Loading branch information
lgatto and sgibb authored Dec 28, 2023
1 parent 0acb152 commit 90c2082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/estimateBaseline.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
##' ## SNIP baseline
##' base_SNIP <- estimateBaseline(mz, intensity,
##' method = "SNIP",
##' iterations = 100L)
##' iterations = 20L)
##' ## same as estimateBaselineSnip(mz, intensity, iterations = 100L)
##' lines(mz, base_SNIP, col = "red")
##'
Expand Down

0 comments on commit 90c2082

Please sign in to comment.