Skip to content

Commit

Permalink
docs: add documentation for chromPeakSummary generic
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Sep 18, 2024
1 parent 188541c commit e5aa3ff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,15 @@ setGeneric("chromPeakSpectra", function(object, ...)
#'
#' Currently implemented methods/parameter classes are:
#'
#'
#' @param object an *xcms* result object containing information on
#' identified chromatographic peaks.
#'
#' @param param a parameter object defining the method/summaries that should
#' be calculated (see description above for supported parameter classes).
#'
#' @param ... additional arguments passed to the method implementation.
#'
#' @return
#'
#' A `matrix` or `data.frame` with the same number of rows as there are
Expand Down
37 changes: 37 additions & 0 deletions man/chromPeakSummary.Rd

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

0 comments on commit e5aa3ff

Please sign in to comment.