plot.gt1m | R Documentation |
Thes functions plot data from Actigraph GT1M and GT3X accelerometer files.
## 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,...)
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 |
Marco Geraci
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
plot
, par
, gt1mAccFile
, gt1mAccDir
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.