powered by
plot the PCA of list
plotpca(data, lv = NULL, index = NULL, center = T, scale = T, ...)
mzrt profile with row peaks and column samples
group information
index for selected peaks
parameters for PCA
parameters for scale
other parameters for `plot` function
# NOT RUN { library(faahKO) cdfpath <- system.file('cdf', package = 'faahKO') list <- getmr(cdfpath, pmethod = ' ') data <- list$data lv <- as.character(list$group$class) plotpca(data, lv) # }
Run the code above in your browser using DataLab