Learn R Programming

statsguRu (version 0.1.1)

dispBowlingAveByYears: Displays Barplot of Players's Year-wise Bowling Average

Description

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

Usage

dispBowlingAveByYears(data)

Arguments

data

Output of splitBowlingSummary.

Value

Plots a player's year-wise Bowling Average.

Examples

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

Run the code above in your browser using DataLab