get_combinations: Get combinations

View source: R/utils.R

get_combinationsR Documentation

Get combinations

Description

Derives all the possible combinations of the given time-to-exhaustion trials. This function is mainly for internal use.

Usage

get_combinations(.data, power_output_column, time_to_exhaustion_column)

Arguments

.data

A data frame containing a power output column and their respective time-to-exhaustion.

power_output_column

The name of the power output column. This value has to be in watts. Default to "PO".

time_to_exhaustion_column

The name of the time-to-exhaustion column. This value has to be in seconds. Default to "TTE".

Value

a tibble


fmmattioni/cyclingtools documentation built on March 28, 2022, 5:33 p.m.