View source: R/plotWinLossBetweenTeams.R
plotWinLossBetweenTeams | R Documentation |
This function computes and plots number of wins for each team in all their encounters. The plot includes the number of wins byteam1 each team and the matches with no result
plotWinLossBetweenTeams(team1,team2,dir=".",dateRange, plot=1)
team1 |
The 1st team |
team2 |
The 2nd team |
dir |
The source directory of teh RData files |
dateRange |
Date Range |
plot |
plot=1 (static),plot=2(interactive) |
None
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
## Not run:
plotWinLossBetweenTeams(team1="India",team2="Australia",dir=pathToFile)
batsmanDismissals(kohli,"Kohli")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.