plot_NonacsB: Plot the result of the null hypothesis testing of the Nonacs'...

Description Usage Arguments Value Examples

View source: R/Nonacs.R

Description

This function creates a plot of the outcome of the null hypothesis testing of the Nonacs' binomial skew index using the package ggplot2.

Usage

1
plot_NonacsB(x, limits = c(-0.02, 0.05))

Arguments

x

The object returned by the function test_NonacsB.

limits

The limit for the y-axis of the plot.

Value

A ggplot object.

Examples

1
2
3
plot_NonacsB(test_NonacsB(benef = males$Rep_succ,
                          time = males$Time,
                          keep_H0 = TRUE))

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