teamRunsSRPlotAllOppnAllMatches: Team batting plots runs vs SR for team against all...

View source: R/teamRunsSRPlotAllOppnAllMatches.R

teamRunsSRPlotAllOppnAllMatchesR Documentation

Team batting plots runs vs SR for team against all oppositions in all matches

Description

This function computes and plots runs vs SR of a team in all matches against all oppositions.

Usage

teamRunsSRPlotAllOppnAllMatches(matches,theTeam,plot=1)

Arguments

matches

All matches of the team in all matches with all oppositions

theTeam

The team for which the the batting partnerships are sought

plot

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

Value

details The data frame of the scorecard of the team in all 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

teamBatsmenVsBowlersAllOppnAllMatchesPlot
teamBatsmenPartnershipOppnAllMatchesChart
teamBatsmenPartnershipAllOppnAllMatchesPlot
teamBowlingWicketRunsAllOppnAllMatches

Examples

## Not run: 
# Get all matches between India with all oppositions
matches <-getAllMatchesAllOpposition("India",dir="../data/",save=TRUE)

# This can also be loaded from saved file
# load("allMatchesAllOpposition-India.RData")

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

# The best England players scorecard against India is shown
teamRunsSRPlotAllOppnAllMatches(matches,theTeam="England",plot=1)

## End(Not run)


yorkr documentation built on June 24, 2024, 9:07 a.m.