View source: R/gr-domesticplotters.R
coo_draw_rads | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.