al1 {ImpuR} | R Documentation |
A spectro-chromatogram from HPLC-DAD cast as a spectime
object
data(al1)
The format is: Formal class 'spectime' [package ".GlobalEnv"] with 15 slots ..@ data : num [1:202, 1:111] -2.05e-05 5.39e-05 5.96e-05 1.48e-05 6.10e-05 ... .. ..- attr(*, "dimnames")=List of 2 .. .. ..$ : chr [1:202] "5.55" "5.554" "5.558" "5.562" ... .. .. ..$ : chr [1:111] "200" "201" "202" "203" ... ..@ time : num [1:202] 5.55 5.55 5.56 5.56 5.57 ... ..@ wavelength : num [1:111] 200 201 202 203 204 205 206 207 208 209 ... ..@ timeunit : chr "min" ..@ wavelengthunit: chr "nm" ..@ ct : NULL ..@ spec : NULL ..@ std.err : NULL ..@ hetero : num 0 ..@ WEAtime : NULL ..@ WEAwavelength : NULL ..@ specsim : NULL ..@ filename : chr "al1.txt" ..@ header : chr "" ..@ treatments : NULL
Ritter C. and Gilliard J. (2007) JSS
data(al1) ## maybe str(al1) ; plot(al1) ...