zb_doughnut | R Documentation |
Make doughnuts
zb_doughnut(
x = NULL,
area = NULL,
n_circles = NA,
distance = 1,
distance_growth = 1
)
x |
Centre point. Should be an |
area |
(optional) Area. Should be an |
n_circles |
Number of rings including the central circle. By default 5, unless |
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, |
distance_growth |
The rate at which the distances between the circles grow. Only applicable when |
An 'sf' data frame
zb_plot(zb_doughnut(london_c(), london_a()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.