all_start_end_points: Find start and end points of all activities

Description Usage Arguments Value See Also

Description

find index for start and end of all active periods in an energy data frame

Usage

1
all_start_end_points(energy_df, time_threshold = 15, rest_threshold = 5)

Arguments

energy_df

An energy dataframe as returned by load_tcx_file.

time_threshold

The minumum number of seconds duration for an activity.

rest_threshold

The maximum number of resting seconds within and activity.

Value

List containing :

See Also

load_tcx_file for format of input dataframe

Other get activity functions: get_activities, start_end_points


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