show-method: 'show' method for 'MSP'-class

Description Usage Arguments Value Examples

Description

show prints information on the MSP-object (number of entries).

Usage

1
2
## S4 method for signature 'MSP'
show(object)

Arguments

object

object of class MSP

Value

character

Examples

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

PlantDefenseMetabolism/MetCirc documentation built on May 8, 2019, 2:52 p.m.