diff --git a/R/api.R b/R/api.R index 43a4cb31475d26ceb3233e0e4d1b4ba4d0e07c1a..29b45a839455d7cf8a9705cb2a75753497b9c3a6 100644 --- a/R/api.R +++ b/R/api.R @@ -180,6 +180,16 @@ concurrency <- function(m) { } mk_tol_funcs <- function(m) { + ## Depending on units given when the user specified the errors, + ## generate functions that calculate errors given the concrete + ## mass. + + ## Mass errors can be either in ppm, or Da. + ## Time errors in min, or s. + + ## The mass error calculation functions and the retention time + ## error in minutes are in m$extr$tol. + grab <- function(entry,unit) { what <- paste0("\\<",unit,"\\>$") entry <- trimws(entry,which="both")