dispWktsTakenByOpposition: Displays Barplot of Players's Wickets by List of Oppostion...

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

Arguments

data

Output of splitBowlingSummary.

Value

Plots a player's sum of wickets taken against every opposition team.

Examples

1
2
3
sachin = getBowlingSummary(35320,2)
sachin1 = splitBowlingSummary(sachin,2)
dispWktsTakenByOpposition(sachin1)

statsguRu documentation built on Jan. 16, 2021, 5:19 p.m.