if (FALSE) {
# Get all matches for team India against an opposition
matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")
# Get the performance of India batsman against Australia in all matches
teamBatsmenVsBowlersOppnAllMatches(a,"India","Australia")
# Display top 3
teamBatsmanVsBowlersOppnAllMatches(a,"Australia","India",top=3)
# Get top 10 and do not plot
n <- teamBatsmenVsBowlersOppnAllMatches(a,"Australia","India",top=10,plot=FALSE)
}
Run the code above in your browser using DataLab