myRandom: MATH4753COUR0004::myRandom()

Description Usage Arguments Value Examples

View source: R/myRandom.R

Description

MATH4753COUR0004::myRandom()

Usage

1
myRandom(n, iter = 10, time = 0.5)

Arguments

n

The size of the sample

iter

How many times to choose the sample

time

Time in between displaying each graph. May be useful with an animation

Value

- Generates new bar graphs every time seconds

Examples

1
2
myRandom(1000,30,1)
The above example generates a new bar graph every second for 30 seconds based on the data gathered from 1000 iterations

pojac3/MATH4753COUR0004 documentation built on Nov. 22, 2020, 10:20 a.m.