plot_points: Plot the points

Description Usage Arguments Details Examples

View source: R/descriptive_plots.R

Description

This function plots the cumulated points for one specified team.

Usage

1
plot_points(game_data, team)

Arguments

game_data

Output of the function all_game_data.

team

A team name as string.

Details

Description of the colours of the data points:

Green Matches won
Orange Matches drawn
Red Matches lost

Examples

1
2
data <- all_game_data(amateuR::kreisliga_goettingen)
plot_points(game_data = data, team = "RSV Göttingen 05")

Niklas191/amateuR documentation built on Oct. 30, 2019, 10:14 p.m.