Last data update: 2014.03.03

R: Batsman runs versus strike rate
batsmanRunsVsStrikeRateR Documentation

Batsman runs versus strike rate

Description

This function plots the runs scored by the batsman and the runs scored by the batsman. A loess line is fitted over the points

Usage

batsmanRunsVsStrikeRate(df, name= "A Late Cut")

Arguments

df

Data frame

name

Name of batsman

Value

None

Note

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

Author(s)

Tinniam V Ganesh

References

http://cricsheet.org/
https://gigadom.wordpress.com/
https://github.com/tvganesh/yorkrData

See Also

batsmanDismissals
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate
batsmanRunsPredict
teamBatsmenPartnershipAllOppnAllMatches

Examples

## Not run: 
#Get the data frame for Kohli
kohli <- getBatsmanDetails(team="India",name="Kohli",dir=pathToFile)
batsmanRunsVsStrikeRate(kohli,"Kohli")

## End(Not run)

Results