Learn R Programming

matuR (version 0.0.1.0)

plot_puberty_stages: % Adult Height vs Maturity Offset in Years

Description

This function returns a scatterplot showing the % of adult height vs the maturity offset (in years).

Usage

plot_puberty_stages(data)

Arguments

data

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

Value

A plot (ggplot)

Examples

Run this code
# NOT RUN {
plot_puberty_stages(data_sample)

# }

Run the code above in your browser using DataLab