cricketr (version 0.0.23)

batsmanCumulativeStrikeRate: Batsman's cumulative average strike rate

Description

This function computes and plots the cumulative average strike rate of a batsman

Usage

batsmanCumulativeStrikeRate(file,name= "A Leg Glance")

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 bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets

Examples

Run this code
# NOT RUN {
pathToFile <- system.file("data", "tendulkar.csv", package = "cricketr")
batsmanCumulativeStrikeRate(pathToFile, "Sachin Tendulkar")
# }

Run the code above in your browser using DataLab