dispBowlerDismissals: Plots a pie chart of Dismissal Type Summary of a Bowler.

Description Usage Arguments Value Examples

View source: R/bowlDismissal.R

Description

This function takes in output of splitDismissalSummary and plots the Dismissal Type Summary of a Bowler as a pie chart.

Usage

1

Arguments

data

Output of splitWicketsSummary().

Value

Plots a pie chart of Dismissal Type Summary of a Bowler.

Examples

1
2
3
sachin = getWicketsSummary(35320,1)
sachin1 = splitWicketsSummary(sachin,1)
dispBowlerDismissals(sachin1)

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