R/geom_cake.R
geom_cake.Rd
ggplot2 layer of birthday cake
geom_cake(mapping = NULL, data = NULL, ...)
aes mapping
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()