DiceRollHistogram: A simple histogram function unsing percentage values.

Description Usage Arguments Value Examples

Description

A simple histogram function unsing percentage values.

Usage

1

Arguments

data

A vector, the data to be graphed.

bars

The amount of bars to show. (Default: 10)

Value

A histogram with percentage values.

Examples

1
2
DiceRollHistogram(dice.roll.vector, bars = length(dice.roll.vector))
DiceRollHistogram(some.vector, bars = 5)

rubenbanuelos/gameDesignTools documentation built on May 22, 2019, 4:42 p.m.