Last data update: 2014.03.03

R: Team bowling wickets runs conceded in match
teamBowlingWicketRunsMatchR Documentation

Team bowling wickets runs conceded in match

Description

This function computes returns the wickets taken and runs conceded bowlers in a match between 2 teams. The user can choose to plot or return a dataframe

Usage

teamBowlingWicketRunsMatch(match,theTeam,opposition,plot=TRUE)

Arguments

match

The match between the teams

theTeam

Team for which bowling performance is required

opposition

The opposition team

plot

If plot= TRUE the dataframe will be plotted else a data frame will be returned

Value

None or data fame A data frame with the bowling performance in all matches against all oppositions

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

http://cricsheet.org/
https://gigadom.wordpress.com/
https://github.com/tvganesh/yorkrData

See Also

teamBowlingWicketMatch
teamBowlingWicketRunsMatch
teamBowlersVsBatsmenMatch

Examples

## Not run: 
#Get the match details
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

teamBowlingWicketRunsMatch(a,"England","Pakistan",plot=FALSE)
teamBowlingWicketRunsMatch(a,"Pakistan","England")

## End(Not run)

Results