powered by
This function takes in "Batting Summary" dataframe modified after splitBowlingSummary and plots a player's Year-wise Bowling Economy Rate.
dispBowlingERByYears(data)
Output of splitBowlingSummary.
Plots a player's year-wise Bowling Economy Rate
# NOT RUN { sachin = getBowlingSummary(35320,11) sachin1 = splitBowlingSummary(sachin,11) dispBowlingERByYears(sachin1) # }
Run the code above in your browser using DataLab