batsmanCumulativeStrikeRate {cricketr}R Documentation

Batsman's cumulative average strike rate

Description

This function computes and plots the cumulative average strike rate of a batsman

Usage

batsmanCumulativeStrikeRate(file,name= "A Leg Glance")

Arguments

file

Data frame

name

Name of batsman

Value

None

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

https://www.espncricinfo.com/ci/content/stats/index.html
https://gigadom.in/

See Also

batsmanCumulativeAverageRuns bowlerCumulativeAvgEconRate bowlerCumulativeAvgWickets

Examples

## Not run: 
pathToFile <- system.file("data", "tendulkar.csv", package = "cricketr")
batsmanCumulativeStrikeRate(pathToFile, "Sachin Tendulkar")

## End(Not run)

[Package cricketr version 0.0.26 Index]