Wins, Losses and Draws Between the Top 10 Rugby Teams
The number of wins, losses and draws for each of the top 10 rugby teams agains each other
data(rugby) data(rugby.ties)
The format is as two matrices.
The first matrix is of the number of games won by each team against each of the other teams. The other matrix is the number of draws (ties) between each team. This data is current as of 2013-10-07.
The match statistics are compiled from
http://www.rugbydata.com/
on 2013-10-07 by J. T. Gray,
jamsgry@gmail.com
.
The top ten teams are determined by the International Rugby Board world rankings, https://www.world.rugby/.
data(rugby); data(rugby.ties) rugby rugby.ties
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.