coo_draw_rads {Momocs} | R Documentation |
Given a shape, all centroid-points radii are drawn using segments that can be passed with options
coo_draw_rads(coo, ...)
coo |
a shape |
... |
arguments to feed segments |
a drawing on the last plot
shp <- shapes[4] %>% coo_sample(24) %T>% coo_plot
coo_draw_rads(shp, col=col_summer(24))