Learn R Programming

cricketr (version 0.0.13)

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")
# ## End(Not run)

Run the code above in your browser using DataLab