knitr::opts_knit$set(
        stop_on_error = 2L
)
knitr::opts_chunk$set(
        fig.path="man/figures/"
)

New Package

YOUR NAME

Motivation

This is a test.

Examples

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

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


christophergandrud/NewPackage documentation built on May 5, 2019, 8:01 p.m.