dispWktsTakenAtHostCountry: Displays Barplot of Players's Wickets by List of Host...

Description Usage Arguments Value Examples

View source: R/bowling.R

Description

This function takes in "Bowling Summary" dataframe modified after splitBowlingSummary and plots a player's sum of wickets taken against every opposition team.

Usage

1
dispWktsTakenAtHostCountry(data, plot_title = "Wickets Taken in a Country")

Arguments

data

Output of statsguRu::split_Summary_Bowling()

Value

Plots a player's sum of wickets taken in every host country

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::dispWktsTakenAtHostCountry(data = ashwin_BowlingSummary)

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