geom_cake {ggfun} | R Documentation |
ggplot2 layer of birthday cake
geom_cake(mapping = NULL, data = NULL, ...)
mapping |
aes mapping |
data |
data |
... |
additional parameters |
ggplot2 layer
Guangchuang Yu
library(ggplot2)
ggplot(mtcars, aes(mpg, disp)) + geom_cake()
library(ggplot2)
ggplot(mtcars, aes(mpg, disp)) + geom_cake()