find_ht_extension_and_add_true_fork: Add the true fork

Description Usage Arguments Value See Also

View source: R/fork_helpers.R

Description

The fork is specified with a given crown-to-axle length and rake. These determine ride characteristics, wheel base length, and toe overlap. Depending on how long the fork is, the head tube must extend below the point where it meets the down tube so we will have to add that bit to the frame dimensions.

Usage

1
2
3
4
5
find_ht_extension_and_add_true_fork(
  frame_dims,
  fork_rake = 45,
  fork_cta_length = 390
)

Arguments

frame_dims

A tibble with frame dimensions from the front and rear triangle, returned by wrap_frame_dims().

fork_rake

The fork rake in millimeters

fork_cta_length

The fork crown-to-axle length in millimeters.

Value

A tibble with frame and fork dimensions.

See Also

wrap_frame_dims()


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