Last data update: 2014.03.03

R: Bowler's moving average of wickets
bowlerMovingAverageR Documentation

Bowler's moving average of wickets

Description

This function computes and plots the wickets taken by the bowler over career. A loess regression fit plots the moving average of wickets taken by bowler

Usage

bowlerMovingAverage(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

bowlerMeanEconomyRate
bowlerWicketPlot
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

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

## End(Not run)

Results