Skip to contents

Creates a line chart showing cumulative runs over the course of a match.

Usage

plot_score_progression(match_id, db_path = NULL, show_wickets = TRUE)

Arguments

match_id

Character. Match ID to visualize.

db_path

Character. Database path.

show_wickets

Logical. If TRUE, marks wickets on the chart.

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
plot_score_progression("1234567")
} # }