plot_game: Plot a particular game history

Description Usage Arguments Value Examples

View source: R/plot_game.R

Description

Plot a particular game history

Usage

1
plot_game(guess_history, response_history, color_scheme = NULL)

Arguments

guess_history

list of numeric vectors representing guesses

response_history

list of numeric vectors representing responses

color_scheme

charactor with colors used for numbers from 0 to 9

Value

a ggplot obbject

Examples

1
plot_game(guesses, responses)

lassehjorthmadsen/masteRmind documentation built on Dec. 21, 2021, 9:40 a.m.