Each row represents the performance of a rider in the
2009 Tour de France; the name and team of the rider are used as the
row names. The four columns are the Cost
(to include on a team
in the Versus fantasy challenge), Scores
(based on daily
finishing position), JerseyBonus
(for any days spent in one of
the three main leader jerseys), and Total
(the sum of Scores
and JerseyBonus).
data(tourData09)
A data frame with 102 rows and 4 columns.