View source: R/teamBowlingWicketKindMatch.R
teamBowlingWicketKindMatch | R Documentation |
This function computes returns kind of wickets (caught, bowled etc) of bowlers in a match between 2 teams
teamBowlingWicketKindMatch(match,theTeam,opposition,plot=1)
match |
The match between the teams |
theTeam |
Team for which bowling performance is required |
opposition |
The opposition team |
plot |
plot=1 (static),plot=2(interactive),plot=3(table) |
None or data fame A data frame with the bowling performance in alll matches against all oppositions
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
teamBowlingWicketMatch
teamBowlingWicketRunsMatch
teamBowlersVsBatsmenMatch
## Not run:
#Get the match details
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")
teamBowlingWicketKindMatch(a,"England","Pakistan",plot=FALSE)
teamBowlingWicketKindMatch(a,"Pakistan","England")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.