positionals: Positionals

Description Usage Arguments Details Value Examples

View source: R/positionals.R

Description

Creates a positionals plot of the GENEAcitv .bin data.

Usage

1
2
positionals(AccData, start = 0, end = 1, length = NULL,
  max.points = 1e+06, ...)

Arguments

AccData

object to plot, can be matrix or accdata object

start

time at which to start (Default set at 0).

end

time at which to end (Default set at 1).

length

Length of interval.

max.points

maximum number of data points to plot. Data will be downsampled to achieve this.

...

Arguements passed to codeget.intervals

Details

From the raw data to create a representation of arm elevation and wrist rotation.

Value

There is no return to the console. As a side effect an rgl graphic is created.

Examples

1
2
3
4
5
## Not run: 
x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere"))
positionals(x)

## End(Not run)

GENEAsphere documentation built on Dec. 5, 2019, 5:11 p.m.