daisy
geom_daisy.Rd
geom_daisy
creates a ggplot daisy.
Examples
library(ggplot2)
library(ggforce)
ggplot() +
geom_daisy() +
coord_fixed() +
theme_void()
geom_daisy.Rd
geom_daisy
creates a ggplot daisy.
library(ggplot2)
library(ggforce)
ggplot() +
geom_daisy() +
coord_fixed() +
theme_void()