standingplot: Plot standings of the whole season

Description Usage Arguments Note Author(s) Examples

View source: R/SeasonStats.R

Description

This function creates a plot with the standigs of every team in all rounds.

Usage

1
standingplot(games, TEAM = NULL)

Arguments

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)

Note

It will take around 30-50 seconds to show the trends of all teams!

Author(s)

Georg Kosso

Examples

1
2
3
4
5
## Show trends of all teams
standingplot(GermanBundesliga)

## Show trend of one specific team
standingplot(GermanBundesliga, TEAM = "Werder Bremen")

kosge1911/SeasonStats documentation built on Dec. 21, 2021, 7:44 a.m.