powered by
This function computes and plots the mean runs scored by the batsman at different venues of the world
batsmanRunsVenue(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/
batsmanFoursSixes batsmanRunsVsDeliveries batsmanRunsVsStrikeRate batsmanRunsPredict teamBatsmenPartnershipAllOppnAllMatches batsmanRunsAgainstOpposition
batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
batsmanRunsPredict
teamBatsmenPartnershipAllOppnAllMatches
batsmanRunsAgainstOpposition
if (FALSE) { #Get the data frame for Kohli kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile) batsmanRunsVenue(kohli,"Kohli",dateRange) }
Run the code above in your browser using DataLab