bowlerMeanEconomyRate {yorkr} | R Documentation |
Mean economy rate versus number of overs
Description
This function computes and plots mean economy rate and the number of overs bowled by the bowler
Usage
bowlerMeanEconomyRate(df, name,dateRange,staticIntv1=1)
Arguments
df |
Data frame |
name |
Name of bowler |
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
bowlerMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded
Examples
## Not run:
# Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerMeanEconomyRate(jadeja,"RA Jadeja")
## End(Not run)
[Package yorkr version 0.0.42 Index]