Learn R Programming

yorkr (version 0.0.42)

bowlerWicketsVenue: Bowler performance at different venues

Description

This function computes and plots mean number of wickets taken by the bowler in different venues

Usage

bowlerWicketsVenue(df, name,dateRange,staticIntv1=1)

Value

None

Arguments

df

Data frame

name

Name of bowler

dateRange

Date interval to consider

staticIntv1

Static or interactive -staticIntv1 =1 (static plot) & staticIntv1 =2 (interactive plot)

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

bowlerMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

Run this code
if (FALSE) {
# Get the data frame for RA Jadeja
jadeja <- getBowlerWicketDetails(team="India",name="Jadeja",dir=pathToFile)
bowlerWicketsVenue(jadeja,"RA Jadeja",dateRange)
}

Run the code above in your browser using DataLab