get_indexes | R Documentation |
This function is used in combination with get_combinations()
and it derives the indexes
of the time-to-exhaustion trials in the different combinations.
get_indexes( .data, power_output_column, time_to_exhaustion_column, combinations )
.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 |
combinations |
The data derived from |
a tibble
combinations <- get_combinations(demo_critical_power, "PO", "TTE") results_index <- get_indexes(demo_critical_power, "PO", "TTE", combinations) results_index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.