plotWinLossTeamVsAllTeams: Plot wins for each team

View source: R/plotWinLossTeamVsAllTeams.R

plotWinLossTeamVsAllTeamsR Documentation

Plot wins for each team

Description

This function computes and plots number of wins for a team against all other teams. The plot includes the number of wins by team each team and the matches with no result

Usage

plotWinLossTeamVsAllTeams(team1,dir=".",dateRange, plot=1)

Arguments

team1

The 1st team

dir

The source directory of the RData files

dateRange

Date Range

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

batsmanFoursSixes
batsmanRunsVsDeliveries
batsmanRunsVsStrikeRate

Examples

## Not run: 

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

## End(Not run)

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