plot_maturity_offset {matuR} | R Documentation |
Maturity Offset Plot
Description
This function returns a lollipop ggplot object showing the offset in years from current age to estimated age at PHV for each athlete in the dataset.
Usage
plot_maturity_offset(data)
Arguments
data |
A data frame. The object containing the raw data we wish to analize. |
Details
Refer to references cited on this package for further details on how these metrics are calculated.
Value
A lolliplot plot (ggplot)
Examples
plot_maturity_offset(data_sample)
[Package matuR version 0.0.1.0 Index]