| pitplot | R Documentation |
Plot pit stop results (MUST BE in tibble format)
pitplot(pits_data, type = 3, title_text = NULL)
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). |
Tibble
A ggplot object
pitplot(pits(10, 2025), 1, "Title: Hello world!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.