Description Usage Arguments Value Examples
Rescale the font to fit inside the circle packings
1 | font_rescale(font_df, circle_df, prop = 0.8)
|
font_df |
font created by |
circle_df |
circle packing data frame with |
prop |
proportion of the circle size to cover. Default is 0.8 |
rescaled font to cover the proportion of the height of the circle
1 2 3 | letter_s <- glyph("s")
circle_plate <- create_circle_plate()
letter_s_bigger <- font_rescale(letter_s, circle_plate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.