get_combinations.Rd
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)
A data frame containing a power output column and their respective time-to-exhaustion.
The name of the power output column. This value has to be in watts. Default to "PO"
.
The name of the time-to-exhaustion column. This value has to be in seconds. Default to "TTE"
.
a tibble