Show all matches of one team during one or all seasons
显示所有匹配的一个团队在一个或所有的季节
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function (written for the "Bundesliga"-dataset) shows all matches of a selected team during one specific or all available seasons.
此功能为“德甲”数据集(书面)显示选中的球队的所有比赛,在一个特定的或所有可用的季节。
用法----------Usage----------
Bundesliga.Mannschaft(Mannschaft, Saison = "all")
参数----------Arguments----------
参数:Mannschaft
a team (e.g. "FC Schalke 04")
一个团队(例如,“沙尔克04”)
参数:Saison
a season (e.g. "2001/2002") or "all" for all season
一个赛季(例如“2001/2002”)或“所有”整个赛季
(作者)----------Author(s)----------
Joerg Schlarmann
参考文献----------References----------
参见----------See Also----------
Bundesliga.Tabelle
Bundesliga.Tabelle
实例----------Examples----------
## select one season[#选择一个赛季]
data(Bundesliga)
Bundesliga.Mannschaft("FC Schalke 04", "2006/2007")
## use all seasons[#使用所有的季节。]
data(Bundesliga)
Bundesliga.Mannschaft("FC Schalke 04")
## see a list of all teams of season 1993/1994:[#见1993/1994赛季所有球队的一个列表:]
unique(Bundesliga$Gast[Bundesliga$Saison=="1993/1994"])
Bundesliga.Mannschaft("1. FC Nuernberg", "1993/1994")