Skip to contents

Converts period in seconds to BPM

Usage

period_to_BPM(period = NULL, beats_per_minute = 60)

Arguments

period

data frame to be processed (required)

beats_per_minute

baseline assumption of how many beats there are in minute (default 60)

Value

Numeric output

Examples

bpm <- period_to_BPM(0.666)
print(bpm)
#> [1] 90.09009