View source: R/teamBatsmenPartnershipMatch.R
teamBatsmenPartnershipMatch | R Documentation |
This function plots the partnerships of batsmen in a match against an opposition or it can return the data frame
teamBatsmenPartnershipMatch(match,theTeam,opposition, plot=1)
match |
The match between the teams |
theTeam |
The team for which the the batting partnerships are sought |
opposition |
The opposition team |
plot |
Plot=1 (static),plot=2(interactive),plot=3(table) |
df The data frame of the batsmen partnetships
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBatsmenVsBowlersAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBatsmenVsBowlersOppnAllMatches
## Not run:
# Get athe match between England and Pakistan
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
batsmenPartnershipMatch(a,"Pakistan","England")
batsmenPartnershipMatch(a,"England","Pakistan", plot=TRUE)
m <-batsmenPartnershipMatch(a,"Pakistan","England", plot=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.