Description Usage Arguments Value See Also
View source: R/draw_the_frame.R
This wraps overlay_the_bicycle()
for convenience.
1 | draw_the_bicycle(df, wheel_diameter = 622, c = I("black"), alpha_factor = 1)
|
df |
A frame design tibble, such as the minimal one drawn 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 |
c |
The color of the line segments. |
alpha_factor |
The transparency of the line segments, |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.