Histogram of tournament scores.
Usage
plot_scoring(tournament, year, file_path)
Arguments
- tournament
Tournament name
- year
Season year
- file_path
Path to data file (.rds or .parquet)
Examples
if (FALSE) { # \dontrun{
plot_scoring("Masters", 2025, file_path = "golf_data.rds")
} # }