plot_time_phv {matuR} | R Documentation |
Time to PHV Dumbell Plot
Description
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.
Usage
plot_time_phv(data)
Arguments
data |
A data frame. The object containing the raw data we wish to analize. |
Details
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.
Value
A dumbell plot (ggplot)
Examples
plot_time_phv(data_sample)
[Package matuR version 0.0.1.0 Index]