coin.simu.plot: Probability Distribution Plot of Simulated Coins Flipping

Description Usage Arguments Details Value Examples

Description

Probability plot of simulated experiments on flipping coins

Usage

1
2
coin.simu.plot(n, times, prob = NULL, qqplot = FALSE, col = "black", type = NULL,
main = NULL, sub = NULL)

Arguments

n

number of trials in one simulation

times

number of simulations

prob

probability assigned to each possible outcome

qqplot

an argument to output Q-Q plot or not, can be TRUE or FALSE

col

color of the plot

type

type of plot

main

an overall title for the plot

sub

a sub title for the plot

Details

The default probabilty equals to 1/n. All the assigned probabilites must between 0 and 1.

Value

Plot of mean value and corresponding probabilities for all simulated outcomes.

Examples

1
2
coin.simu.plot(n = 4, times = 1000, col = 'red')
coin.simu.plot(4, 1000, prob = c(0.3, 0.7), type = 'p')

Example output



clttools documentation built on May 2, 2019, 9:17 a.m.