coo_draw_rads {Momocs} | R 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))
[Package Momocs version 1.4.1 Index]