Bundesliga.Tabelle(wikibooks)
Bundesliga.Tabelle()所属R语言包:wikibooks
Team-Rankings at matchday
在比赛日队排名
译者:生物统计家园网 机器人LoveR
描述----------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"
本赛季,例如“1998/1999”
参数:Spieltag
a matchday, e.g. 3
一个比赛日,如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
使用“Tabelle”如果你想teamrankings,在选定的比赛日。在本赛季的概述,团队排名,使用“Platzierung”
(作者)----------Author(s)----------
Joerg Schlarmann
参考文献----------References----------
参见----------See Also----------
Bundesliga.Mannschaft
Bundesliga.Mannschaft
实例----------Examples----------
## Showing the ranking at matchday 34[#显示的排名在34比赛日]
data(Bundesliga)
Bundesliga.Tabelle("1963/1964", 34, "Tabelle")
## Showing team-rankings for season 2006/2007[#显示球队排名2006/2007赛季]
data(Bundesliga)
Bundesliga.Tabelle("2006/2007", output="Platzierung")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|