View source: R/teamBowlersVsBatsmenMatch.R
teamBowlersVsBatsmenMatch | R Documentation |
This function computes performance of bowlers of a team against an opposition in a match
teamBowlersVsBatsmenMatch(match,theTeam,opposition, plot=1)
match |
The data frame of the match. This can be obtained with the call for e.g a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp") |
theTeam |
The team against which the performance is required |
opposition |
The opposition team |
plot |
plot=1 (static),plot=2(interactive),plot=3(table) |
None or dataframe If plot=TRUE there is no return. If plot=TRUE then the dataframe is returned
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBatsmenPartnershipAllOppnAllMatches
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBowlersVsBatsmenAllOppnAllMatchesRept
teamBowlersVsBatsmenAllOppnAllMatchesPlot
## Not run:
# Get the match between England and Pakistan
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlersVsBatsmenMatch(a,"Pakistan","England")
teamBowlersVsBatsmenMatch(a,"England","Pakistan")
m <- teamBowlersVsBatsmenMatch(a,"Pakistan","England")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.