powered by
timePoints
generic function to extract timePoints-slot
getTimePoints(object, ...)# S4 method for SpectraInTime getTimePoints(object, timePointsAlt = FALSE, timeUnit = "seconds")
# S4 method for SpectraInTime getTimePoints(object, timePointsAlt = FALSE, timeUnit = "seconds")
numberic vector containing timepoints
a S4 class object
additional parameters
logical indicator to get alternative (shifted) instead of recorded time points, defaults to FALSE
FALSE
unit to use , choose between: seconds , minutes or hours, defaults equal to seconds
seconds
minutes
hours
spectra <- getSpectraInTimeExample() getTimePoints( spectra ) getTimePoints( spectra , timePointsAlt = TRUE ) getTimePoints( spectra , timeUnit = "hours" )
Run the code above in your browser using DataLab