View source: R/teamBatsmenPartnershipOppnAllMatches.R
teamBatsmenPartnershiOppnAllMatches | R Documentation |
This function computes the performance of batsmen against all bowlers of an oppositions in all matches. This function returns a dataframe
teamBatsmenPartnershiOppnAllMatches(matches,theTeam,report="summary")
matches |
All the matches of the team against the oppositions |
theTeam |
The team for which the the batting partnerships are sought |
report |
If the report="summary" then the list of top batsmen with the highest partnerships is displayed. If report="detailed" then the detailed break up of partnership is returned as a dataframe |
partnerships The data frame of the partnerships
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBatsmenVsBowlersAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenMatch
teamBattingScorecardMatch
## Not run:
# Get all matches for team India against all oppositions
matches <- getAllMatchesBetweenTeams("Australia","India",dir="../data")
# You can also directly load the data
#load("India-Australia-allMatches.RData")
m <-teamBatsmenPartnershiOppnAllMatches(a,'India',report="summary")
m <-teamBatsmenPartnershiOppnAllMatches(a,'Australia',report="detailed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.