Skip to content

Commit

Permalink
Typo in rowAvgsPerColSet.Rd
Browse files Browse the repository at this point in the history
- s/rowAvgsPerColSet/colAvgsPerRowSet
  • Loading branch information
PeteHaitch committed Feb 20, 2018
1 parent ec62558 commit 0161a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/rowAvgsPerColSet.R
Expand Up @@ -7,7 +7,7 @@
#'
#' If argument \code{S} is a single column vector with indices \code{1:N}, then
#' \code{rowAvgsPerColSet(X, S = S, FUN = rowMeans)} gives the same result as
#' \code{rowMeans(X)}. Analogously, for \code{rowAvgsPerColSet()}.
#' \code{rowMeans(X)}. Analogously, for \code{colAvgsPerRowSet()}.
#'
#' @param X A \code{\link[base]{numeric}} NxM \code{\link[base]{matrix}}.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/rowAvgsPerColSet.Rd

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

0 comments on commit 0161a8f

Please sign in to comment.