powered by
This function plots the runs scored and the deliveries required. A regression smoothing function is used to fit the points
batsmanRunsVsDeliveries(df, name= "A Late Cut",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/
batsmanFoursSixes batsmanRunsVsDeliveries batsmanRunsVsStrikeRate
batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
if (FALSE) { #Get the data frame for Kohli kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile) batsmanRunsVsDeliveries(kohli,"Kohli") }
Run the code above in your browser using DataLab