stat_segment3 | R Documentation |
Specify a line 'segment' with 'vector3' endpoints using the 'v' and 'vend' aesthetics, or specify a 'spoke' with and endpoint ('v'), rotation ('rot'), and 'radius'. For the spoke, the segment is produced by rotating 'radius' by 'rot' and appending it to the end of 'v'.
stat_segment3( mapping = NULL, data = NULL, geom = "segment", position = "identity", ..., arrow = NULL, arrow.fill = NULL, lineend = "butt", linejoin = "round", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE ) geom_segment3( mapping = NULL, data = NULL, stat = "segment3", position = "identity", ..., arrow = NULL, arrow.fill = NULL, lineend = "butt", linejoin = "round", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE ) stat_spoke3( mapping = NULL, data = NULL, geom = "segment", position = "identity", ..., na.rm = FALSE, show.legend = NA, inherit.aes = TRUE ) geom_spoke3( mapping = NULL, data = NULL, stat = "spoke3", position = "identity", ..., na.rm = FALSE, show.legend = NA, inherit.aes = TRUE )
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geom used to render the statistical transform - a segment by default |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
Other arguments passed on to |
arrow |
specification for arrow heads, as created by arrow(). |
arrow.fill |
fill colour to use for the arrow head (if closed). |
lineend |
Line end style (round, butt, square). |
linejoin |
Line join style (round, mitre, bevel). |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
stat |
The statistical transformation to use on the data for this layer, as a string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.