resample {GGIR} | R Documentation |
Simple function using Rcpp
resample(raw, rawTime, time, stop, type=1)
raw |
stop-by-3 matrix with raw values of x, y and z. |
rawTime |
vector with stop elements of raw time. |
time |
array with required time points. |
stop |
Number of rows in raw |
type |
integer to indicate type of interpolation, 1=linear, 2=nearest neighbour |
## Not run:
resample()
## End(Not run)