bowlerCumulativeAvgEconRate {cricketr} | R Documentation |
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
Note
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Author(s)
Tinniam V Ganesh
References
https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/
See Also
batsmanCumulativeAverageRuns
bowlerCumulativeAvgWickets
batsmanCumulativeStrikeRate
Examples
## Not run: )
pathToFile <- system.file("data", "kumble.csv", package = "cricketr")
bowlerCumulativeAvgEconRate(pathToFile,"Anil Kumble")
## End(Not run)
[Package cricketr version 0.0.26 Index]