View source: R/period_to_BPM.R
period_to_BPM | R Documentation |
Converts period in seconds to BPM
period_to_BPM(period = NULL, beats_per_minute = 60)
period |
data frame to be processed (required) |
beats_per_minute |
baseline assumption of how many beats there are in minute (default 60) |
Numeric output
summarise_periodicity
,periodicity
bpm <- period_to_BPM(0.666)
print(bpm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.