teamSRAcrossOvers {yorkr}R Documentation

Compute the Strike Rate in powerplay, middle and death overs

Description

This function plots strike rate scored in powerplay, middle and death overs

Usage

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

Arguments

match

The dataframe of the match

t1

The 1st team of the match

t2

the 2nd team in the match

plot

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

Value

none

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

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

## Not run: 

# Plot tne match worm plot
teamSRAcrossOvers(match,'England',"Pakistan")

## End(Not run)

[Package yorkr version 0.0.42 Index]