powered by
This function plots the performance of batsmen versus bowlers in a match or it can return the data frame
teamBatsmenVsBowlersMatch(match,theTeam,opposition, plot=1)
b The data frame of the batsmen vs bowlers performance
The match between the teams
The team for which the the batting partnerships are sought
The opposition team
lot=1 (static),plot=2(interactive),plot=3(table)
Tinniam V Ganesh
https://cricsheet.org/ https://gigadom.in/ https://github.com/tvganesh/yorkrData/
teamBatsmenVsBowlersAllOppnAllMatchesPlot teamBatsmenPartnershipOppnAllMatchesChart teamBatsmenPartnershipAllOppnAllMatchesPlot teamBattingScorecardMatch
teamBatsmenVsBowlersAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBattingScorecardMatch
if (FALSE) { # Get athe match between England and Pakistan a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp") batsmenVsBowlersMatch(a,'Pakistan','England', plot=TRUE) }
Run the code above in your browser using DataLab