hbs-rcs / rcs__R_NewPackage

Package development example using IQSS SW development best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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(ggplot2)
library(NewPackage)
beta_plot(a = 1, b = 3)

About

Package development example using IQSS SW development best practices


Languages

Language:R 100.0%