Learn R Programming

matuR (version 0.0.1.0)

plot_maturity_offset: 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.

Value

A lolliplot plot (ggplot)

Details

Refer to references cited on this package for further details on how these metrics are calculated.

Examples

Run this code
# NOT RUN {
plot_maturity_offset(data_sample)

# }

Run the code above in your browser using DataLab