Skip to contents

Creates a line chart showing a team's ELO rating over time.

Usage

plot_elo_history(team_name, format = NULL, n_matches = NULL, db_path = NULL)

Arguments

team_name

Character. Team name.

format

Character. Match format.

n_matches

Integer. Number of recent matches to show. If NULL, shows all.

db_path

Character. Database path.

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
plot_elo_history("India", format = "t20")
} # }