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

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