Learn R Programming

yorkr (version 0.0.42)

teamBowlingWicketKindMatch: Compute and plot the wicket kinds by bowlers in match

Description

This function computes returns kind of wickets (caught, bowled etc) of bowlers in a match between 2 teams

Usage

teamBowlingWicketKindMatch(match,theTeam,opposition,plot=1)

Value

None or data fame A data frame with the bowling performance in alll matches against all oppositions

Arguments

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)

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

teamBowlingWicketMatch
teamBowlingWicketRunsMatch
teamBowlersVsBatsmenMatch

Examples

Run this code
if (FALSE) {
#Get the match details
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

teamBowlingWicketKindMatch(a,"England","Pakistan",plot=FALSE)
teamBowlingWicketKindMatch(a,"Pakistan","England")
}

Run the code above in your browser using DataLab