Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/batsmanCumulativeAverageRuns.R
This function computes and plots the cumulative average runs of a batsman
1 | batsmanCumulativeAverageRuns(file,name= "A Leg Glance")
|
file |
Data frame |
name |
Name of batsman |
None
Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com
Tinniam V Ganesh
https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/
batsmanCumulativeStrikeRate
bowlerCumulativeAvgEconRate
bowlerCumulativeAvgWickets
1 2 3 4 5 6 | ## Not run:
# retrieve the file path of a data file installed with cricketr
pathToFile <- system.file("data", "tendulkar.csv", package = "cricketr")
batsmanCumulativeAverageRuns(pathToFile, "Sachin Tendulkar")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.