calculate_fork_trail: Calculate fork trail

Description Usage Arguments Value

View source: R/fork_helpers.R

Description

Given a tibble with all the frame dimensions you get after you run both wrap_frame_dims() and find_ht_extension_and_add_true_fork() you can now calculate the fork trail.

Usage

1
calculate_fork_trail(df, wheel_diameter = 622)

Arguments

df

A tibble with frame dimensions returned by find_ht_extension_and_add_true_fork().

wheel_diameter

Wheel diameter in millimeters; 622 is the bead seat diameter of a 700c wheel. To see the effect of the tire width, add 2 x tire width in millimeters

Value

A scalar equal to the fork trail in millimeters


ghuiber/bicycle documentation built on Dec. 20, 2021, 10:46 a.m.