coo_draw_rads: Draw radii to the current plot

View source: R/gr-domesticplotters.R

coo_draw_radsR Documentation

Draw radii to the current plot

Description

Given a shape, all centroid-points radii are drawn using segments that can be passed with options

Usage

coo_draw_rads(coo, ...)

Arguments

coo

a shape

...

arguments to feed segments

Value

a drawing on the last plot

Examples

shp <- shapes[4] %>% coo_sample(24) %T>% coo_plot
coo_draw_rads(shp, col=col_summer(24))


MomX/Momocs documentation built on Nov. 18, 2023, 10:53 p.m.