teamBowlingWicketMatch: Compute and plot wickets by bowlers in match

View source: R/teamBowlingWicketMatch.R

teamBowlingWicketMatchR Documentation

Compute and plot wickets by bowlers in match

Description

This function computes returns the wickets taken bowlers in a match between 2 teams

Usage

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

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)

Value

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

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

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

See Also

teamBowlingWicketMatch
teamBowlingWicketRunsMatch
teamBowlersVsBatsmenMatch

Examples

## Not run: 
#Get the match details
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

teamBowlingWicketMatch(a,"England","Pakistan",plot=FALSE)
teamBowlingWicketMatch(a,"Pakistan","England")

## End(Not run)


tvganesh/yorkr documentation built on May 13, 2023, 12:19 p.m.