fsetequal-methods {msbase}R Documentation

Performs *set* equality on two Massvectors

Description

Performs *set* equality on two Massvectors

Arguments

obx see below in Methods section
oby see below in Methods section
error measurement error in e.g. Da or as relative error in parts per million (ppm)
ppm if TRUE then error in parts per million(ppm), in arbitrary units otherwise.
uniq if TRUE compute non-crossing matching.

Methods

obx = "numeric", oby = "numeric"
...
obx = "Massvector", oby = "Massvector"
...

See Also

Massvector-class,fintersect-methods,intersect

Examples

data(pldata)
pl1 <- pldata[[1]]
pl2 <- pldata[[4]]
fsetequal(pl1,pl1,error=0.1,ppm=FALSE)
fsetequal(pl1[,1,drop=TRUE],pl1[,1,drop=TRUE],error=0.1,ppm=FALSE)
fsetequal(pl1,pl2,error=0.1,ppm=FALSE)

[Package msbase version 1.4.0 Index]