knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of cp.package is to ...
You can install the released version of cp.package from CRAN with:
install.packages("cp.package")
library(cp.package)
Generate n number of random numbers from a given distribution. Distribution options include normal, binomial, t, and F.
Example:
random_gen("normal", 3)
Generate histogram plot from n number of random numbers from a given distribution. Distribution options include normal, binomial, t, and F.
Example:
random_plot("normal", 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.