Description Usage Arguments Value See Also Examples
View source: R/frame_dimensions.R
This is a convenience wrapper that puts together the
output of get_front_triangle_dims()
and
get_rear_triangle_dims()
.
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
)
|
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. |
A 7 x 3 tibble.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.