pitplot: Plot pit stop results

View source: R/pitplot.R

pitplotR Documentation

Plot pit stop results

Description

Plot pit stop results (MUST BE in tibble format)

Usage

pitplot(pits_data, type = 3, title_text = NULL)

Arguments

pits_data

Tibble data generated by the pits() function

type

Plot type: individual pit stop by driver (1), grouped by team (2), grouped by driver (3, by default)

title_text

Text for the plot title, in quotes (" ") (if is omitted, a default text will be used).

Format

Tibble

Value

A ggplot object

Examples


pitplot(pits(10, 2025), 1, "Title: Hello world!")


f1pits documentation built on May 20, 2026, 5:07 p.m.