View source: R/element_render_circle.R
element_render_circle | R Documentation |
renders a circle as element_line
element_render_circle(theme, element, x, y, r, ..., name = NULL, nseg = 360)
theme |
A |
element |
The name of a theme element (see |
x |
a numeric vector specifying x center locations of circles |
y |
a numeric vector specifying y center locations of circles |
r |
a numeric vector specifying radii of circles |
... |
passed onto |
name |
of generated grid object |
nseg |
number of line segments to draw the circle |
ggplot2::zeroGrob()
or grid::polylineGrob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.