View source: R/bowlerCumulativeAvgWickets.R
bowlerCumulativeAvgWickets | R Documentation |
This function computes and plots the cumulative average wickets of a bowler
bowlerCumulativeAvgWickets(df,name,dateRange,staticIntv1=1)
df |
Data frame |
name |
Name of batsman |
dateRange |
Date interval to consider |
staticIntv1 |
Static or interactive -staticIntv1 =1 (static plot) & staticIntv1 =2 (interactive plot) |
None
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/
batsmanCumulativeAverageRuns
bowlerCumulativeAvgEconRate
batsmanCumulativeStrikeRate
batsmanRunsVsStrikeRate
batsmanRunsPredict
## Not run: )
#'Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerCumulativeAvgWickets(jadeja,"RA Jadeja",dateRange)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.