powered by
ggplot2 layer of birthday cake
geom_cake(mapping = NULL, data = NULL, ...)
ggplot2 layer
aes mapping
data
additional parameters
Guangchuang Yu
library(ggplot2) ggplot(mtcars, aes(mpg, disp)) + geom_cake() library(ggplot2) ggplot(mtcars, aes(mpg, disp)) + geom_cake()
Run the code above in your browser using DataLab