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