teamRunsSRPlotMatch: Team Runs vs SR in match

View source: R/teamRunsSRPlotMatch.R

teamRunsSRPlotMatchR Documentation

Team Runs vs SR in match

Description

This function computes and plots the Runs vs SR of a team in matches

Usage

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

Arguments

match

All matches of the team in all matches with all oppositions

theTeam

The team for which the the batting partnerships are sought

opposition

The opposition team

plot

plot=1 (static),plot=2(interactive)

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

teamBatsmenVsBowlersAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBowlingWicketRunsAllOppnAllMatches

Examples

## Not run: 

# Top batsman is displayed in descending order of runs
teamRunsSRPlotMatch(matches,theTeam="India",opposition="England")


## End(Not run)


yorkr documentation built on May 31, 2023, 8:24 p.m.