plot_testosterone: Plot the distribution of testosterone

Description Usage Arguments Value See Also Examples

View source: R/testo.R

Description

This function creates a plot of the distribution of testosterone using the package ggplot2.

Usage

1
plot_testosterone(data, limits = c(0, 120))

Arguments

data

A dataframe containing the data to be processed.

limits

The limit for the y-axis of the plot.

Value

A ggplot object.

See Also

figure_testosterone

Examples

1
2
3
plot_testosterone(data = males[males$Cohort == 'C1', ])
plot_testosterone(data = males[males$Cohort == 'C2', ])
plot_testosterone(data = males)

courtiol/matingRhinos documentation built on Nov. 22, 2019, 11:10 p.m.