Bundesliga.Tabelle {wikibooks}R Documentation

Team-Rankings at matchday

Description

This function (written for the "Bundesliga"-dataset) shows team-rankings at specific matchdays of a season.

Usage

Bundesliga.Tabelle(Saison, Spieltag = 1, output = "Tabelle")

Arguments

Saison the season, e.g. "1998/1999"
Spieltag a matchday, e.g. 3
output use "Tabelle" if you want the teamrankings at the selected matchday. Use "Platzierung" for an overview of the team-rankings during the season

Author(s)

Joerg Schlarmann

References

fTip-Database http://sourceforge.net/projects/ftip

See Also

Bundesliga.Mannschaft

Examples

## Showing the ranking at matchday 34
data(Bundesliga)
Bundesliga.Tabelle("1963/1964", 34, "Tabelle")

## Showing team-rankings for season 2006/2007
data(Bundesliga)
Bundesliga.Tabelle("2006/2007", output="Platzierung")

[Package wikibooks version 0.2 Index]