powered by
Data inspired by GC mass spectrometry experiments.
data("multiex")
d1 and d2 are matrices of dimension 80 by 400 representing time and m/z resolved data.
d1
d2
x and x2 represent the 80 times and 400 m/z values represented by the data, respectively.
x
x2
Cstart1 and Cstart2 are matrices of dimension 80 by 2, representing starting values for elution profiles.
Cstart1
Cstart2
S represents mass spectra known to be represented in the data, as a 400 by 2 matrix.
S
data("multiex") ## mass spectra in the data plotS(S,x2) ## starting values for elution profiles matplot(x,Cstart1,type="l") matplot(x,Cstart2,type="l",add=TRUE)
Run the code above in your browser using DataLab