plot.gt1m {pawacc} | R Documentation |
Plot accelerometer file
Description
Thes functions plot data from Actigraph GT1M and GT3X accelerometer files.
Usage
## S3 method for class 'gt1m'
plot(x, y = NULL, xlab, ylab, main,
keep.error = TRUE, which = "counts", select = 1,...)
## S3 method for class 'gt3x'
plot(x, y = NULL, xlab, ylab, main,
keep.error = TRUE, which = "x", select = 1,...)
Arguments
x |
an object of class |
y |
ignored. |
xlab |
x-axis label (optional). |
ylab |
y-axis label (optional). |
main |
main title (optional). |
keep.error |
logical flag. If |
which |
either 'counts' or 'steps' for |
select |
numeric. If |
... |
Arguments to be passed to methods, such as graphical parameters (see |
Author(s)
Marco Geraci
References
Actigraph (Pensacola, Florida).
Geraci M, Rich C, Sera F, Cortina-Borja M, Griffiths LJ, and Dezateux C (2012). Technical report on accelerometry data processing in the Millennium Cohort Study. London, UK: University College London. Available at https://discovery.ucl.ac.uk/1361699
See Also
plot
, par
, gt1mAccFile
, gt1mAccDir
Examples
data(gt1m_sample)
data(gt3x_sample)
plot(gt1m_sample, which = "counts")
plot(gt1m_sample, which = "steps")
plot(gt3x_sample, which = "x")
plot(gt3x_sample, which = "steps")