Description Usage Format Examples
Major League Baseball pitching statistics for the 2005 season.
| 1 | 
A data frame with 653 observations on the following 27 variables.
playerIDunique identifier for each player
yearIDyear
stintfor players who played with multiple teams in the same season,
stint is increased by one each time the player joins a new team
teamIDthree-letter identifier for team
lgIDleague team plays in, coded as AL or NL
Wwins
Llosses
Ggames played in
GSgames started
CGcomplete games
SHOshut outs
SVsaves recorded
IPoutsouts recorded (innings pitched, measured in outs rather than innings)
Hhits allowed
ERearned runs allowed
HRhome runs allowed
BBwalks (bases on balls) allowed
SOstrike outs
BAOppopposing hitters' batting average
ERAearned run average
IBBintentional walks
WPwild pitches
HBPnumber of batters hit by pitch
BKbalks
BFPbatters faced pitching
GFratio of ground balls to fly balls
Rruns allowed
| 1 2 | data(pitching2005)
xyplot(IPouts/3 ~ W, pitching2005, ylab="innings pitched", xlab="wins")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.