Description Usage Arguments Note Author(s) Examples
This function creates a plot with the standigs of every team in all rounds.
1 | standingplot(games, TEAM = NULL)
|
games |
Data frame with all played matches |
TEAM |
Shows trend of a specific team. If no team is given, the trend of all teams will be shown. To see all possible teams use allteams(games) |
It will take around 30-50 seconds to show the trends of all teams!
Georg Kosso
1 2 3 4 5 | ## Show trends of all teams
standingplot(GermanBundesliga)
## Show trend of one specific team
standingplot(GermanBundesliga, TEAM = "Werder Bremen")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.