Last data update: 2014.03.03

R: Runs versus deliveries faced
batsmanRunsVsDeliveriesR Documentation

Runs versus deliveries faced

Description

This function plots the runs scored and the deliveries required. A regression smoothing function is used to fit the points

Usage

batsmanRunsVsDeliveries(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

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate

Examples

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

## End(Not run)

Results