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

NewPackage

The goal of NewPackage is to ...

Example

This is a basic example which shows you how to solve a common problem:

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


romarcha/NewPackage documentation built on May 24, 2019, 6:19 a.m.