knitr::opts_chunk$set(collapse=TRUE, comment = "#>")
library(dieroller)

Die Rolling

The package "dieroller" provides the functions necessary to simulate rolling a die of six sides with the options to select the display of the sides, as well as probabilities, and to visualize.

Creating a coin

The first step is to create a die with the die() function

die <- die()
die


clagett/dieroller documentation built on May 23, 2019, 4:05 a.m.