accplot: Plot x, y, z, accelerometer data w.r.t. time

Description Usage Arguments

Description

This function generates a plot of accelerometer data w.r.t. time using ggplot. Options for selecting which variables (x, y, or z) are to be plotted are available.

Usage

1
accplot(dir, x = TRUE, y = TRUE, z = TRUE)

Arguments

dir

location of the bin file to be read

x

boolean of whether x is to be plotted

y

boolean of whether y is to be plotted

z

boolean of whether z is to be plotted


tdschenk/gaccel documentation built on May 31, 2019, 7:55 a.m.