powered by
This function returns a dumbell plot showing the difference (in years) between current age and estimated age at PHV for each athlete in the dataset.
plot_time_phv(data)
A data frame. The object containing the raw data we wish to analize.
A dumbell plot (ggplot)
(ggplot)
Athletes are ordered by the difference between current and estimated age at PHV, as shown on the right of the plot, from highest to lowest.
Check the references cited on this package for further details on how these metrics are calculated.
# NOT RUN { plot_time_phv(data_sample) # }
Run the code above in your browser using DataLab