resting_indeces: Find the heart rate every minute after cessation of exercise

Description Usage Arguments Value See Also Examples

Description

find the heart rates after cessation of exercise every minutes

Usage

1
resting_indeces(profile, min, buffer_end, rest_sec = 180, from_max = FALSE)

Arguments

profile

A profile to be nomalised. See get_profile for a description of profile.

min

The number of minutes used to find heart rate recovery indicies.

buffer_end

The number seconds after activity included in the profile.

rest_sec

The number of seconds of recovery included in initial recovery period.

from_max

Start taking the resting indices from maximum heart rate, otherwise start at start of resting period.

Value

Heart rate at min number of minutes after cessation of exercise

See Also

get_profile for a description of profile.

Other feature functions: get_features, hr_change, max_hr, profile_coefficients, resting_hr, slope

Examples

1
2
profile <- get_profile(df, 500, 500, 500)
resting_indices(profile, 8, 500, 500)

VCCRI/CardiacProfileR documentation built on May 25, 2019, 2:22 p.m.