R/plot_game.R

Defines functions plot_game

Documented in plot_game

#' Plot a particular game history
#'
#' @param guess_history list of numeric vectors representing guesses
#' @param response_history list of numeric vectors representing responses
#' @param color_scheme charactor with colors used for numbers from 0 to 9
#'
#' @return a ggplot obbject
#' @export
#'
#' @examples
#'plot_game(guesses, responses)
#'
plot_game <- function(guess_history, response_history, color_scheme = NULL) {

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