Convert period in seconds to Beats Per Minute (BPM)
period_to_BPM.Rd
Converts period in seconds to BPM
Arguments
- period
data frame to be processed (required)
- beats_per_minute
baseline assumption of how many beats there are in minute (default 60)
Examples
bpm <- period_to_BPM(0.666)
print(bpm)
#> [1] 90.09009