overlay_text_in_circle: Overlay text over circle packings and identify intersections

Description Usage Arguments Value Examples

View source: R/overlay-text-in-circle.R

Description

Overlay text over circle packings and identify intersections

Usage

1
overlay_text_in_circle(circle_sf, glyph_sf)

Arguments

circle_sf

SF object of circle packings

glyph_sf

SF object of text

Value

circle_df with extra column, in_text that identified whether glyph_sf is on a circle in circle_df.

Examples

1
2
circle_sf <- create_circle_plate() %>% cast_packing_poly()
glyph_sf <- glyph("s") %>% cast_font_sf()

njtierney/ishihara documentation built on May 31, 2020, 9:01 a.m.