Description Usage Arguments Value
View source: R/other_helpers.R
Frame designs with shorter chain stays are for racing; longer
chain stays are for comfort. You can tell them apart because
the latter have a larger gap between the rear tire and the
seat tube. This function returns that gap, in millimeters,
for a given design tibble df
and wheel diameter.
1 | get_st_to_rear_tire_clearance(df, wheel_diameter = 622)
|
df |
A tibble with frame dimensions from the front
and rear triangle, returned by |
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
– i.e. specify |
A scalar, the seat tube to rear tire clearance in millimeters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.