wrap_frame_dims: Get the dimensions of the bicycle frame

Description Usage Arguments Value See Also Examples

View source: R/frame_dimensions.R

Description

This is a convenience wrapper that puts together the output of get_front_triangle_dims() and get_rear_triangle_dims().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
wrap_frame_dims(
  st_length = 500,
  tt_length = 500,
  st_angle = 71,
  tt_angle = 0,
  ht_angle = 71,
  st_dt_angle = 60,
  cs_length = 450,
  cs_st_angle = 59,
  angle_btw_css = 14
)

Arguments

st_length

The length of the seat tube ST in millimeters.

tt_length

The length of the top tube TT in millimeters.

st_angle

The angle between the seat tube and the horizontal.

tt_angle

The angle between the top tube and the horizontal.

ht_angle

Head tube angle with the horizontal, in degrees.

st_dt_angle

Angle between the seat tube and the down tube, in degrees.

cs_length

Chain stay length in millimeters.

cs_st_angle

Angle between chain stay and seat tube, in degrees.

angle_btw_css

Angle between chain stays, in degrees.

Value

A 7 x 3 tibble.

See Also

get_front_triangle_dims()

get_rear_triangle_dims()

Examples

1

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