README.md

binomial

The goal of binomial is to easily gain insight on binomially distributed tasks by visual and analytic tools.

Installation

You can install the released version of binomial from CRAN with:

install.packages("binomial")

Example

This is a basic example which shows you how to see common distribution:

dist <- bin_distribution(100, .5)
plot.bindis(dist)


jonisaac/binomial documentation built on May 14, 2019, 12:55 a.m.