R/IndiMsScan.R

Defines functions IndiMsScan

Documented in IndiMsScan

IndiMsScan <- function(x,i){
        y <- data.frame(x[[i]]$b)
        colnames(y) <- c("mass","absolute","relative")
        return(y)
        }

Try the HTDA package in your browser

Any scripts or data that you put into this service are public.

HTDA documentation built on May 2, 2019, 4:53 p.m.