Plot and label front and rear wheel inflation data for a bike setup

plot_bike_inflation(base_plot = base_pressure_plot, bike, show_note = FALSE,
  note = NULL)

Arguments

base_plot

ggplot object of base tire pressure curves.

bike

tibble to display for specific bike and rider.

show_note

boolean to show the note under the title.

note

string to print under title

Value

ggplot object with the bike superimposed over the base inflation plot.