getTimePoints {spectralAnalysis} | R Documentation |
generic function to extract timePoints
-slot
Description
generic function to extract timePoints
-slot
Usage
getTimePoints(object, ...)
## S4 method for signature 'SpectraInTime'
getTimePoints(object, timePointsAlt = FALSE, timeUnit = "seconds")
Arguments
object |
a S4 class object |
... |
additional parameters |
timePointsAlt |
logical indicator to get alternative (shifted) instead of recorded time points, defaults to |
timeUnit |
unit to use , choose between: |
Value
numberic vector containing timepoints
Examples
spectra <- getSpectraInTimeExample()
getTimePoints( spectra )
getTimePoints( spectra , timePointsAlt = TRUE )
getTimePoints( spectra , timeUnit = "hours" )
[Package spectralAnalysis version 4.3.3 Index]