geom_cake: geom_cake

Description Usage Arguments Value Author(s) Examples

View source: R/geom_cake.R

Description

ggplot2 layer of birthday cake

Usage

1
geom_cake(mapping = NULL, data = NULL, ...)

Arguments

mapping

aes mapping

data

data

...

additional parameters

Value

ggplot2 layer

Author(s)

Guangchuang Yu

Examples

1
2
3
4
5
library(ggplot2)
ggplot(mtcars, aes(mpg, disp)) + geom_cake()
library(ggplot2)
library(gglayer)
ggplot(mtcars, aes(mpg, disp)) + geom_cake()

GuangchuangYu/gglayer documentation built on April 7, 2020, 9:35 a.m.