Skip to contents

Creates a chart showing how win probability changed throughout a match.

Usage

plot_win_probability(match_id, format = "t20", db_path = NULL)

Arguments

match_id

Character. Match ID to visualize.

format

Character. Match format for model loading.

db_path

Character. Database path.

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
plot_win_probability("1234567", format = "t20")
} # }