plot_growth_male {matuR} | R Documentation |
Height (current + predicted) vs growth curves plot for males.
Description
This function returns a ggplot object showing the current and predicted height vs normal growth charts for american population.
Usage
plot_growth_male(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 females, use documentation for plot_growth_female()
Value
A plot (ggplot)
Examples
plot_growth_male(data_sample, "Athlete 08")
[Package matuR version 0.0.1.0 Index]