Description Usage Arguments Value Examples
This function takes in "Batting Summary" dataframe modified after splitBowlingSummary and plots a player's Year-wise Bowling Economy Rate.
1 |
data |
Output of splitBowlingSummary. |
Plots a player's year-wise Bowling Economy Rate
1 2 3 | sachin = getBowlingSummary(35320,11)
sachin1 = splitBowlingSummary(sachin,11)
dispBowlingERByYears(sachin1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.