This function computes performance of bowlers of a team and the runs conceded against an opposition in all matches against the opposition
teamBowlersWicketRunsOppnAllMatches(matches,main,opposition,plot=1)
None or dataframe The return depends on the value of the plot
The data frame of all matches between a team the opposition. This dataframe can be obtained with matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")
The team for which the performance is required
The opposing team
plot=1 (static),plot=2(interactive),plot=3(table)
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBatsmenPartnershipAllOppnAllMatches
teamBowlersWicketsOppnAllMatches
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersVsBatsmenAllOppnAllMatchesPlot
if (FALSE) {
# Get all matches between India and Australia
matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")
teamBowlersWicketRunsOppnAllMatches(matches,"India","Australia")
m <-teamBowlerWicketsRunsOppnAllMatches(matches,"Australia","India",plot=FALSE)
}
Run the code above in your browser using DataLab