Time windows of HR record
Extracts a temporal subset between the times starttime and endtime.
ExtractTimeSegment(HRVData, starttime, endtime)
HRVData |
Data structure that stores the beats register and information related to it. This function calls Window to perform the extraction. |
starttime |
The start time of the period of interest. |
endtime |
The end time of the period of interest. |
If the HRVData contains episodes, beats or RR time series, these will be also extracted into the new HRV structure. On the other hand, all the analysis stored in the original structure will be lost.
A new HRVData structure containing the temporal data within the specified range.
Leandro Rodriguez-Linares
## Not run: data(HRVProcessedData) # Rename for convenience HRVData <- HRVProcessedData PlotNIHR(HRVData) newHRVData <- ExtractTimeSegment(HRVData,2000,4000) PlotNIHR(newHRVData) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.