teamRunsSRPMiddleOversPlotMatch: Team batting plots runs vs SR in middle overs for team in...

View source: R/teamRunsSRMiddleOversPlotMatch.R

teamRunsSRPMiddleOversPlotMatchR Documentation

Team batting plots runs vs SR in middle overs for team in match

Description

This function computes and plots runs vs SR in middle overs of a team in match against opposition.

Usage

teamRunsSRPMiddleOversPlotMatch(match,t1, t2, plot=1)

Arguments

match

Match

t1

The team

t2

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
teamRunsSRPMiddleOversPlotMatch(match,t1="India",t2="England")


## End(Not run)


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