Last chance! 50% off unlimited learning
Sale ends in
This function computes and plots mean number of wickets taken by the bowler against different opposition
bowlerWicketsAgainstOpposition(df, name,dateRange,staticIntv1=1)
None
Data frame
Name of bowler
Date interval to consider
Static or interactive -staticIntv1 =1 (static plot) & staticIntv1 =2 (interactive plot)
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
bowlerMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded
if (FALSE) {
# Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerWicketsAgainstOpposition(jadeja,"RA Jadeja",dateRange)
}
Run the code above in your browser using DataLab