powered by
This function computes and plots the cumulative average strike rate of a batsman
batsmanCumulativeStrikeRate(file,name= "A Leg Glance")
Data frame
Name of batsman
None
https://www.espncricinfo.com/ci/content/stats/index.html https://gigadom.in/
batsmanCumulativeAverageRuns bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets
batsmanCumulativeAverageRuns
bowlerCumulativeAvgEconRate
bowlerCumulativeAvgWickets
# NOT RUN { pathToFile <- system.file("data", "tendulkar.csv", package = "cricketr") batsmanCumulativeStrikeRate(pathToFile, "Sachin Tendulkar") # }
Run the code above in your browser using DataLab