Description Usage Arguments Aesthetics Examples
geom_star draws the type of glyph commonly called a star plot, radar plot, or polar plot.
| 1 2 | 
| mapping | The aesthetic mapping, usually constructed with
 | 
| data | A layer specific dataset - only needed if you want to override the plot defaults | 
| stat | The statistical transformation to use for this layer. | 
| position | The position adjustment to use for overlapping points in this layer | 
| na.rm | If FALSE (the default), removes missing values with a warning. If TRUE, silently removes missing variables. | 
| r.zero | logical. Should the origin of the star correspond to r = 0? If FALSE, origin corresponds to lowest value of r. | 
| ... | other arguments passed on to  | 
geom_star understands the following aesthetics: x, y, colour, fill,
size, linetype, weight, and alpha.
| 1 2 3 4 5 6 7 8 9 10 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.