plot_predicted_height_in: Predicted Height Plot (Inches)

View source: R/plot_predicted_height_in.R

plot_predicted_height_inR Documentation

Predicted Height Plot (Inches)

Description

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()

Usage

plot_predicted_height_in(data)

Arguments

data

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

Value

A plot (ggplot)

Examples

plot_predicted_height_in(data_sample)


josedv82/matuR documentation built on Dec. 27, 2024, 2:01 a.m.