Assign it to a variable if you want to explore it.

generate_inflation_data(wheel_loads = wheel_loads_lbs(),
  tire_sizes = tire_sizes_mm(), min_psi = min_tire_psi,
  max_psi = max_tire_psi)

Arguments

wheel_loads

Vector containing the major X axis loads.

tire_sizes

Vector containing the different tire widths.

min_psi

Lowest pressure to plot.

max_psi

Highest pressure to plot.

Value

tibble