Last data update: 2014.03.03

R: Plot the match worm graph
matchWormGraphR Documentation

Plot the match worm graph

Description

This function plots the match worm graph between 2 teams in a match

Usage

matchWormGraph(match,t1,t2)

Arguments

match

The dataframe of the match

t1

The 1st team of the match

t2

the 2nd team in the match

Value

none

Note

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

Author(s)

Tinniam V Ganesh

References

http://cricsheet.org/
https://gigadom.wordpress.com/
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
matchWormGraph(a,'England',"Pakistan")

## End(Not run)

Results