View source: R/plot_predicted_height_in.R
plot_predicted_height_in | R Documentation |
This function returns a ggplot object showing the predicted adult height in inches for each athlete in the dataset.
For the same plot in centimeters use plot_predicted_height_cm()
plot_predicted_height_in(data)
data |
A data frame. The object containing the raw data we wish to analize. |
A plot (ggplot)
plot_predicted_height_in(data_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.