Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions R/functions-XCMSnExp.R
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,9 @@ isCalibrated <- function(object) {
#'
#' @details
#'
#' Adjusted retention times are stored *in parallel* to the adjusted
#' retention times in `XCMSnExp` or `XcmsExperiment` objects. The
#' Adjusted retention times are stored in an `XCMSnExp` or `XcmsExperiment`
#' object besides the original, raw, retention times, allowing to switch
#' between raw and adjusted times.
#' `applyAdjustedRtime` replaces the raw (original) retention times with the
#' adjusted retention times.
#'
Expand Down