Last data update: 2014.03.03

R: Average wickets versus of overs bowled
bowlerWicketPlotR Documentation

Average wickets versus of overs bowled

Description

This function computes and plots the average wickets taken by the bowler versus the number of overs bowled

Usage

bowlerWicketPlot(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
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

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

## End(Not run)

Results