View source: R/teamRunsSRPlotOppnAllMatches.R
teamRunsSRPlotOppnAllMatches | R Documentation |
This function computes and plots the Runs vs SR of a team in all matches against an oppositions.
teamRunsSRPlotOppnAllMatches(matches,t1,t2,plot=1)
matches |
All matches of the team in all matches with opposition |
t1 |
The team t |
t2 |
The opposition team |
plot |
Plot=1 (static), Plot=2(interactive) |
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
teamBowlingWicketRunsAllOppnAllMatches
## Not run:
# Top batsman is displayed in descending order of runs
teamRunsSRPlotOppnAllMatches(matches,theTeam="India")
# The best England players scorecard against India is shown
teamRunsSRPlotOppnAllMatches(matches,theTeam="England")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.