Last data update: 2014.03.03

R: Bowler's cumulative average wickets
bowlerCumulativeAvgWicketsR Documentation

Bowler's cumulative average wickets

Description

This function computes and plots the cumulative average wickets of a bowler

Usage

bowlerCumulativeAvgWickets(df,name)

Arguments

df

Data frame

name

Name of batsman

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

batsmanCumulativeAverageRuns bowlerCumulativeAvgEconRate batsmanCumulativeStrikeRate batsmanRunsVsStrikeRate batsmanRunsPredict

Examples

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

## End(Not run)

Results