OffsetAdjust | R Documentation |
OffsetAdjust identifies the most appropriate offset value to be used in undetrending an ISO study ppg time series (for inputting into the Undetrend function). It is used within the FindUndetrendingParams function once a factor value has been determined.
OffsetAdjust(ppg3, ppg, u = UnDetrend, factor_value, plot = F)
ppg3 |
the ppg time series adjusted for a given factor value |
ppg |
the original ppg time series |
u |
Undetrend function |
factor_value |
the appropriate factor value for restoring proper morphology to the ppg time series |
plot |
logical, if TRUE, plots the entire time series for each iteration of offset adjustment, thereby visualising the adjustment as it occurs |
offset_value |
determines the overall trend of the time series |
OffsetAdjust(ppg3, ppg, u = UnDetrend, factor_value, plot = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.