summary.Metre {movementsync} | R Documentation |
Summarise Metre object
Description
Summarises the cycle length for each Metre.
Usage
## S3 method for class 'Metre'
summary(object, ...)
Arguments
object |
|
... |
ignored. |
Value
list of summaries.
Examples
r <- get_sample_recording()
m <- get_metre_data(r)
summary(m)
[Package movementsync version 0.1.4 Index]