
Summarise Metre object
summary.Metre.RdSummarises the cycle length for each Metre.
Usage
# S3 method for Metre
summary(object, ...)Examples
r <- get_sample_recording()
m <- get_metre_data(r)
summary(m)
#> $VilambitTeental
#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
#>   14.47   15.37   17.32   17.51   19.55   21.42 
#> 
#> $DrutTeental
#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
#>   1.435   2.314   2.935   2.804   3.336   4.086 
#>