toss {prithulib}R Documentation

Tossing an unbiased coin

Description

Tosses a coin for 'n' number of times

Usage

toss(n = 1)

Arguments

n

is the number of times the coin is tossed (default 1)

Value

Outcome(s) of tossing the coin

Author(s)

Prithul Chaturvedi

Examples

toss(3)

[Package prithulib version 1.0.2 Index]