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

Description Usage Arguments Value Examples

View source: R/bowling.R

Description

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

Usage

1
dispBowlingAveByYears(data, plot_title = "Year Wise Bowling Average")

Arguments

data

Output of statsguRu::split_Summary_Bowling()

Value

Plots a player's year-wise Bowling Average.

Examples

1
2
3
ashwin_BowlingSummary = statsguRu::get_Summary_Bowling(PlayerID = 26421, MatchType = 1)
ashwin_BowlingSummary = statsguRu::split_Summary_Bowling(data = ashwin_BowlingSummary, MatchType = 1)
statsguRu::dispBowlingAveByYears(data = ashwin_BowlingSummary)

npranav10/statsguRu documentation built on July 1, 2021, 8:15 p.m.