knitr::opts_knit$set(
        error = FALSE
)
knitr::opts_chunk$set(
        fig.path="man/figures/"
)

RCTR

NaLette Brodnax

Motivation

This is a test.

Examples

The beta_plot function allows you to simulate data from a beta distribution and plot the results.

library(rctr)
beta_plot(a = 1, b = 3)


nmbrodnax/rctr documentation built on May 24, 2019, 6:12 a.m.