bowlerCumulativeAvgEconRate: Bowler's cumulative average economy rate

View source: R/bowlerCumulativeAvgEconRate.R

bowlerCumulativeAvgEconRateR Documentation

Bowler's cumulative average economy rate

Description

This function computes and plots the cumulative average economy rate of a bowler

Usage

bowlerCumulativeAvgEconRate(df,name,dateRange,staticIntv1=1)

Arguments

df

Data frame

name

Name of batsman

dateRange

Date interval to consider

staticIntv1

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

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

batsmanCumulativeAverageRuns bowlerCumulativeAvgWickets batsmanCumulativeStrikeRate batsmanRunsVsStrikeRate batsmanRunsPredict

Examples

## Not run: )
#'Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerCumulativeAvgEconRate(jadeja,"RA Jadeja",dateRange)

## End(Not run)

tvganesh/yorkr documentation built on May 13, 2023, 12:19 p.m.