plot_predicted_height_cm {matuR} | R Documentation |
This function returns a ggplot object showing the predicted adult height for each athlete in the dataset.
For the same plot in inches use plot_predicted_height_in()
plot_predicted_height_cm(data)
data |
A data frame. The object containing the raw data we wish to analize. |
A plot (ggplot)
plot_predicted_height_cm(data_sample)