Title: | Visualize Sports Data |
---|---|
Description: | Provides functions to visualise sports data. Converts data into a format suitable for plotting charts. Helps to ease the process of working with messy sports data to a more user friendly format. Football data is accessed through 'worldfootballR' '<https://github.com/JaseZiv/worldfootballR>' which gets data from 'FBref' <https://fbref.com/en>, 'Transfermarkt' <https://www.transfermarkt.com/>, 'Understat' <https://understat.com/>, and 'fotmob' <https://www.fotmob.com/>. |
Authors: | Joe Chelladurai [aut, cre] |
Maintainer: | Joe Chelladurai <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.3 |
Built: | 2024-11-21 03:34:42 UTC |
Source: | https://github.com/joe-chelladurai/play |
Plot Season Form
plot_season_form(league, season_start_year)
plot_season_form(league, season_start_year)
league |
name of league (example: "EPL") |
season_start_year |
season start year |
plot with form of teams in specified season
plot_season_form("EPL", 2022)
plot_season_form("EPL", 2022)