Description Usage Arguments Details Value Examples
View source: R/plot_growth_female.R
This function returns a ggplot object showing the current and predicted height vs normal growth charts for american population.
1 | plot_growth_female(data, athlete)
|
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. |
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()
A plot (ggplot)
1 | plot_growth_female(data_sample, "Athlete 18")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.