Description Usage Arguments References Examples
View source: R/stat_lorenz_generalized.R
Provides generalized Lorenz curve values for line plots
1 2 3 4 5 6 7 8 9 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
which geom to use; defaults to " |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
Other arguments passed on to |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
1 2 3 4 | library(gglorenz)
ggplot(billionaires, aes(TNW)) +
stat_lorenz_generalized()
|
Loading required package: ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.