multiex {ALS} | R Documentation |
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.
x
and x2
represent the 80 times and 400 m/z values represented
by the data, respectively.
Cstart1
and Cstart2
are matrices of dimension
80 by 2, representing starting values for elution profiles.
S
represents mass spectra known to be represented in the data,
as a 400 by 2 matrix.
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)