powered by
This function computes performance of bowlers of a team a
teamBowlingPerfDetails(match,theTeam,includeInfo=FALSE)
dataframe The dataframe of bowling performance
The data frame of all match
The team for which the performance is required
If true details like venie,winner, result etc are included
Tinniam V Ganesh
https://cricsheet.org/ https://gigadom.in/ https://github.com/tvganesh/yorkrData/
teamBatsmenPartnershipAllOppnAllMatches teamBatsmenPartnershipAllOppnAllMatchesPlot teamBatsmenPartnershipOppnAllMatchesChart teamBowlersVsBatsmenAllOppnAllMatchesRept teamBowlersWicketRunsOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersWicketRunsOppnAllMatches
if (FALSE) { # Get all matches between India and Australia match <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp") teamBowlingPerf(match,"India",includeInfo=TRUE) }
Run the code above in your browser using DataLab