Learn R Programming

yorkr (version 0.0.42)

batsmanCumulativeStrikeRate: Batsman's cumulative average strike rate

Description

This function computes and plots the cumulative average strike rate of a batsman

Usage

batsmanCumulativeStrikeRate(df,name= "A Leg Glance",dateRange, staticIntv=1)

Value

None

Arguments

df

Data frame

name

Name of batsman

dateRange

Date interval to consider

staticIntv

Static or interactive -staticIntv =1 (static plot) & staticIntv =2 (interactive plot)

Author

Tinniam V Ganesh

References

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

See Also

batsmanCumulativeAverageRuns bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets batsmanRunsVsStrikeRate batsmanRunsPredict

Examples

Run this code
if (FALSE) {
#Get the data frame for Kohli
kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
batsmanCumulativeStrikeRate(kohli,"Kohli",dateRange)
}

Run the code above in your browser using DataLab