names {MetCirc}R Documentation

names returns names in MSP-object

Description

names returns names in MSP-object.

Usage

## S4 method for signature 'MSP'
names(x)

Arguments

x

object of class MSP, see ?convert2MSP for further information

Value

character

Examples

data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
                         splitIndMZ = 2, splitIndRT = NULL)
names(finalMSP)

[Package MetCirc version 1.14.0 Index]