-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Based on @GuangchuangYu's script, I created the make_sticker function to make it easier to re-use and adapt. It's rough around the edges but a decent start. Suggestions and patches welcome.
make_sticker()library("ggplot2")
p <- ggplot(aes(x = mpg, y = wt), data = mtcars) + geom_point()
x <- make_sticker(p, "Bioconductor",
grob_xmin = 0.5, grob_xmax = 1.5,
grob_ymin = .35, grob_ymax = 1.25)sgibb
Metadata
Metadata
Assignees
Labels
No labels

