I can plot myself flowers
AE 15
Function: build_art()
Write function:
Test function:
build_art(
angle = pi * (3 - sqrt(5)),
points = 500,
adjustment = 0
) %>%
ggplot(aes(x = x * t, y = y * t)) +
geom_point(
aes(size = t, color = t, fill = t),
alpha = 0.5,
shape = "square filled",
show.legend = FALSE
) +
coord_equal() +
theme_void() +
scale_color_scico(palette = "berlin") +
scale_fill_scico(palette = "berlin")
Function: draw_art()
# add code hereFlower grid I
# add code hereFlower grid II
# add code hereFlower grid III
# add code here