zb_segment | R Documentation |
Make segments
zb_segment(x = NULL, area = NULL, n_segments = 12, distance = NA)
x |
Centre point. Should be an |
area |
(optional) Area. Should be an |
n_segments |
(optional) Number of segments. The number of segments. Either one number which determines the number of segments applied to all circles, or a vector with a number for each circle (which should be a multiple of 4, see also the argument |
distance |
Distance The distances between the circles. For the center circle, it is the distance between the center and the circle. If only one number is specified, |
An 'sf' data frame
zb_plot(zb_segment(london_c(), london_a()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.