Last data update: 2014.03.03

R: Bowler wickets versus different teams
bowlerWicketsAgainstOppositionR Documentation

Bowler wickets versus different teams

Description

This function computes and plots mean number of wickets taken by the bowler against different opposition

Usage

bowlerWicketsAgainstOpposition(df, name)

Arguments

df

Data frame

name

Name of bowler

Value

None

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

bowlerMovingAverage
bowlerWicketPlot
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

## Not run: 
# Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerWicketsAgainstOpposition(jadeja,"RA Jadeja")

## End(Not run)

Results