get_combinations | R Documentation |
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)
.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 |
time_to_exhaustion_column |
The name of the time-to-exhaustion column. This value has to be in seconds. Default to |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.