resample {GGIR}R Documentation

Simple function using Rcpp

Description

Simple function using Rcpp

Usage

  resample(raw, rawTime, time, stop, type=1)	

Arguments

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

Examples

  ## Not run: 
    resample()
  
## End(Not run)

[Package GGIR version 2.7-1 Index]