Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/teamWinLossStatusAtGrounds.R
This function computes the won,lost,draw,tied or no result for a team against other teams in home/away or neutral venues and either returns a dataframe or plots it for grounds
1 2 |
file |
The CSV file for which the plot is required |
teamName |
The name of the team for which plot is required |
opposition |
Opposition is a vector namely c("all") or c("Australia", "India", "England") |
homeOrAway |
This parameter is a vector which is either c("all") or a vector of venues c("home","away","neutral") |
matchType |
Match type - Test, ODI or T20 |
plot |
If plot=FALSE then a data frame is returned, If plot=TRUE then a plot is generated |
None
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/
teamWinLossStatusVsOpposition
teamWinLossStatusAtGrounds
plotTimelineofWinsLosses
1 2 3 4 5 6 7 8 | ## Not run:
#Get the team data for India for Tests
df <- getTeamDataHomeAway(teamName="India",file="indiaOD.csv",matchType="ODI")
teamWinLossStatusAtGrounds("india.csv",teamName="India",opposition=c("Australia","England","India"),
homeOrAway=c("home","away"),plot=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.