Last data update: 2014.03.03

R: Plot wins for each team
plotWinLossBetweenTeamsR Documentation

Plot wins for each team

Description

This function computes and plots number of wins for each team in all their encounters. The plot includes the number of wins byteam1 each team and the matches with no result

Usage

plotWinLossBetweenTeams(team1,team2,dir=".")

Arguments

team1

The 1st team

team2

The 2nd team

dir

The source directory of teh RData files

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

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate

Examples

## Not run: 

plotWinLossBetweenTeams(team1="India",team2="Australia",dir=pathToFile)
batsmanDismissals(kohli,"Kohli")

## End(Not run)

Results