Description Usage Arguments Value Examples
View source: R/overlay-text-in-circle.R
Overlay text over circle packings and identify intersections
1 | overlay_text_in_circle(circle_sf, glyph_sf)
|
circle_sf |
SF object of circle packings |
glyph_sf |
SF object of text |
circle_df
with extra column, in_text
that identified whether
glyph_sf
is on a circle in circle_df
.
1 2 | circle_sf <- create_circle_plate() %>% cast_packing_poly()
glyph_sf <- glyph("s") %>% cast_font_sf()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.