cricketr (version 0.0.23)

bowlerCumulativeAvgEconRate: Bowler's cumulative average economy rate

Description

This function computes and plots the cumulative average economy rate of a bowler

Usage

bowlerCumulativeAvgEconRate(file,name)

Arguments

file

Data frame

name

Name of batsman

Value

None

References

http://www.espncricinfo.com/ci/content/stats/index.html https://gigadom.wordpress.com/

See Also

batsmanCumulativeAverageRuns bowlerCumulativeAvgWickets batsmanCumulativeStrikeRate

Examples

Run this code
# NOT RUN {
)
pathToFile <- system.file("data", "kumble.csv", package = "cricketr")
bowlerCumulativeAvgEconRate(pathToFile,"Anil Kumble")
# }

Run the code above in your browser using DataCamp Workspace