Learn R Programming

yorkr (version 0.0.42)

teamSRAcrossOversAllOppnAllMatches: Compute the strike rate by team against all team in powerplay, middle and death overs in all matches

Description

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

Usage

teamSRAcrossOversAllOppnAllMatches(matches,t1,plot=1)

Value

none

Arguments

matches

The dataframe of the matches

t1

The team of the matches

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
teamSRAcrossOversAllOppnAllMatches(matches,"Pakistan")
}

Run the code above in your browser using DataLab