Learn R Programming

statsguRu (version 0.1.1)

dispBowlingERByYears: Displays Barplot of Players's Year-wise Bowling Economy Rate

Description

This function takes in "Batting Summary" dataframe modified after splitBowlingSummary and plots a player's Year-wise Bowling Economy Rate.

Usage

dispBowlingERByYears(data)

Arguments

data

Output of splitBowlingSummary.

Value

Plots a player's year-wise Bowling Economy Rate

Examples

Run this code
# NOT RUN {
sachin = getBowlingSummary(35320,11)
sachin1 = splitBowlingSummary(sachin,11)
dispBowlingERByYears(sachin1)
# }

Run the code above in your browser using DataLab