geom_star: Star glyphs

Description Usage Arguments Aesthetics geom_coxcomb understands the following aesthetics

Description

geom_star draws the type of glyph commonly called a star plot, radar plot, or polar plot.

Usage

1
2
  geom_star(mapping = NULL, data = NULL, stat = "identity",
    position = "identity", na.rm = FALSE, ...)

Arguments

mapping

The aesthetic mapping, usually constructed with aes. Only needs to be set at the layer level if you are overriding the plot defaults.

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.

...

other arguments passed on to layer. This can include aesthetics whose values you want to set, not map. See layer for more details.

Aesthetics geom_coxcomb understands the following aesthetics

x, y, colour, fill, size, linetype, weight, and alpha.


garrettgman/ggplyr documentation built on May 16, 2019, 5:38 p.m.