plot_predicted_height_cm: Predicted Height Plot (cms)

View source: R/plot_predicted_height_cm.R

plot_predicted_height_cmR Documentation

Predicted Height Plot (cms)

Description

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

Usage

plot_predicted_height_cm(data)

Arguments

data

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

Value

A plot (ggplot)

Examples

plot_predicted_height_cm(data_sample)


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