View source: R/batsmanFoursSixes.R
| batsmanFoursSixes | R Documentation | 
This function computes and plots the total runs, fours and sixes of the batsman
batsmanFoursSixes(df,name= "A Leg Glance",dateRange,staticIntv)
df | 
 Data frame  | 
name | 
 Name of batsman  | 
dateRange | 
 Date interval to consider  | 
staticIntv | 
 Static or interactive -staticIntv =1 (static plot) & staticIntv =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/
batsmanDismissals
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
batsmanRunsVsStrikeRate
batsmanRunsPredict
## Not run: 
#Get the data frame for Kohli
kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
kohli46 <- select(kohli,batsman,ballsPlayed,fours,sixes,runs)
batsmanFoursSixes(kohli46,"Kohli",dateRange)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.