batsmanWinProbDL: Plot the batsman win probability contribution using Deep...

View source: R/batsmanWinProbDL.R

batsmanWinProbDLR Documentation

Plot the batsman win probability contribution using Deep Learning model

Description

This function plots the win probability of batsman in a T20 match

Usage

batsmanWinProbDL(match,t1,t2,plot=1)

Arguments

match

The dataframe of the match

t1

The 1st team of the match

t2

the 2nd team in the match

plot

Plot=1 (static), Plot=2(interactive)

Value

none

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

## Not run: 
#Get the match details
a <- getMatchDetails("England","Pakistan","2006-09-05",dir="../temp")

# Plot tne match worm plot
batsmanWinProbDL(a,'England',"Pakistan")

## End(Not run)

yorkr documentation built on May 31, 2023, 8:24 p.m.