plot_growth_female {matuR}R Documentation

Height (current + predicted) vs growth curves plot for females.

Description

This function returns a ggplot object showing the current and predicted height vs normal growth charts for american population.

Usage

plot_growth_female(data, athlete)

Arguments

data

A data frame. The object containing the raw data we wish to analize.

athlete

A character string with the name of the athlete we wish to plot.

Details

Data for growth charts was obtained from the National Center for Health Statistics.

Please visit https://www.cdc.gov/growthcharts/percentile_data_files.htm to learn more about this information.

Be aware, players from different populations to the one used on these growth charts may not be well represented.

For males, use documentation for plot_growth_male()

Value

A plot (ggplot)

Examples

plot_growth_female(data_sample, "Athlete 18")


[Package matuR version 0.0.1.0 Index]