Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

yorkr (version 0.0.42)

teamRunsAcrossOversAllOppnAllMatches: Compute the runs by team against all team in powerplay, middle and death overs

Description

This function plots the runs by team against all teams in in powerplay, middle and death overs

Usage

teamRunsAcrossOversAllOppnAllMatches(matches,t1,plot=1)

Value

none

Arguments

matches

The dataframe of the matches

t1

The team for which the runs is required

plot

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

Author

Tinniam V Ganesh

References

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

See Also

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

Run this code
if (FALSE) {

# Plot tne match worm plot
teamRunsAcrossOversAllOppnAllMatches(matches,'England')
}

Run the code above in your browser using DataLab