Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Sep 18, 2024
1 parent 80b272c commit 06d3122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/normalize.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ normalizeMethods <- function()
##' @details
##'
##' The `method` parameter can be one of `"sum"`, `"max"`, `"center.mean"`,
##' `"center.median"`, `"div.mean"`, `"div.median"`, `"diff.meda"`,
##' `"center.median"`, `"div.mean"`, `"div.median"`, `"diff.median"`,
##' `"quantiles`", `"quantiles.robust`" or `"vsn"`. The `normalizeMethods()`
##' function returns a vector of available normalisation methods.
##'
Expand Down

0 comments on commit 06d3122

Please sign in to comment.