powered by
This function computes and plots the cumulative average strike rate of a batsman
batsmanCumulativeStrikeRate(df,name= "A Leg Glance",dateRange, staticIntv=1)
None
Data frame
Name of batsman
Date interval to consider
Static or interactive -staticIntv =1 (static plot) & staticIntv =2 (interactive plot)
Tinniam V Ganesh
https://cricsheet.org/ https://gigadom.in/ https://github.com/tvganesh/yorkrData/
batsmanCumulativeAverageRuns bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets batsmanRunsVsStrikeRate batsmanRunsPredict
batsmanCumulativeAverageRuns
bowlerCumulativeAvgEconRate
bowlerCumulativeAvgWickets
batsmanRunsVsStrikeRate
batsmanRunsPredict
if (FALSE) { #Get the data frame for Kohli kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile) batsmanCumulativeStrikeRate(kohli,"Kohli",dateRange) }
Run the code above in your browser using DataLab