readMotion: readMotion

Description Usage Arguments Value Examples

View source: R/readSoundMotion.R

Description

readMotion

Usage

1
readMotion(filename, accel_rate = 10)

Arguments

filename

Text field giving path to file to be read

accel_rate

Rate that motion was sampled, in Hz

Value

a data.frame with timestamp (Time) and x, y and z direction accelerations

Examples

1
accel_dat <- readMotion(system.file('extdata', 'example_data.txt'), package='zdeviceR')

Zansors/zdeviceR documentation built on Dec. 25, 2019, 12:23 a.m.