summary.Metre: Summarise Metre object

View source: R/summary.R

summary.MetreR Documentation

Summarise Metre object

Description

Summarises the cycle length for each Metre.

Usage

## S3 method for class 'Metre'
summary(object, ...)

Arguments

object

Metre object.

...

ignored.

Value

list of summaries.

Examples

r <- get_sample_recording()
m <- get_metre_data(r)
summary(m)

movementsync documentation built on Aug. 8, 2025, 6:11 p.m.