Side Frequency Polygons
The xside and yside variants of geom_freqpoly is geom_xsidefreqpoly and geom_ysidefreqpoly.
geom_xsidefreqpoly( mapping = NULL, data = NULL, stat = "xsidebin", position = "identity", ..., na.rm = FALSE, show.legend = NA, inherit.aes = TRUE ) geom_ysidefreqpoly( mapping = NULL, data = NULL, stat = "ysidebin", 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 |
stat |
Use to override the default connection between
|
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
Other arguments passed on to |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
XLayer or YLayer object to be added to a ggplot object
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.