bowl_avg: Bowler Average

View source: R/bowling_basics.R

bowl_avgR Documentation

Bowler Average

Description

Calculates bowlers' average number of runs per wicket taken across overs bowled.

Usage

bowl_avg(runs_conceded, wickets_taken)

Arguments

runs_conceded

total runs conceded by bowler across the overs bowled.

wickets_taken

total wickets taken across the overs bowled.

Value

Average number of runs per wicket taken across overs bowled.

Additional Information

A bowling average is the average number of runs conceded for wicket taken. A value of 15 indicates an average of 15 runs were conceded per wicket taken. The lower the value, the better the average; the reserve of bat_avg More info here.

Examples

bowl_avg(runs_conceded = 50, wickets_taken = 6)
bowl_avg(runs_conceded = 341, wickets_taken = 13)

howzatR documentation built on Sept. 9, 2022, 5:08 p.m.