peaks: 'peaks' method for 'MSP'-class

Description Usage Arguments Value Methods (by class) Examples

Description

peaks returns the data.frame entry with peak information of an MSP object.

Usage

1
2
3
4
peaks(object)

## S4 method for signature 'MSP'
peaks(object)

Arguments

object

object of class MSP

Value

data.frame

Methods (by class)

Examples

1
2
3
4
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
                     splitIndMZ = 2, splitIndRT = NULL)
peaks(finalMSP)

PlantDefenseMetabolism/MetabolomicTools documentation built on May 8, 2019, 2:53 p.m.