geom_cake | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.