powered by
Creates a positionals plot of the GENEAcitv .bin data.
positionals(AccData, start = 0, end = 1, length = NULL, max.points = 1e+06, ...)
object to plot, can be matrix or accdata object
time at which to start (Default set at 0).
time at which to end (Default set at 1).
Length of interval.
maximum number of data points to plot. Data will be downsampled to achieve this.
Arguements passed to codeget.intervals
There is no return to the console. As a side effect an rgl graphic is created.
From the raw data to create a representation of arm elevation and wrist rotation.
# NOT RUN { x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere")) positionals(x) # }
Run the code above in your browser using DataLab