library(tidyverse)
set.seed(19)
map_dfr(letters[2:6],~tibble(x=sample(2:6,3),y=sample(2:6,3),z=.x))|>ggplot(aes(x,y,fill=z))+ggforce::geom_mark_hull()+geom_point(size=5)+coord_fixed()+xlim(0,8)+ylim(0,8)+scale_fill_viridis_d(option="B")+cowplot::theme_nothing()

0 2


library(tidyverse)
c=sample(viridis::turbo(321), 321);t=0:320
x=t*cos(3*t^2);y=t*sin(2*t)
ggplot(tibble(x,y),aes(x,y))+scale_fill_identity()+ggvoronoi::geom_voronoi(aes(fill=c))+coord_fixed()+theme_void()

1 7

You created a great framework for
library(tidyverse)
c=viridis::turbo(321);t=0:320
x=t*cos(t);y=t*sin(t)
ggplot(tibble(x,y),aes(x,y))+scale_fill_identity()+ggvoronoi::geom_voronoi(aes(fill=c))+coord_fixed()+theme_void()

1 19

Excited to share my materials for the 𝐈𝐧𝐭𝐫𝐨 𝐭𝐨 𝐑 course that I taught today (w/ ) for the Data Science Summer School :

🎨 Slides https://t.co/CIFec7a0y7
✍️ Script: R basics https://t.co/OVCdXmSsKU
✍️ Script: tidyverse https://t.co/2hEJH5VBHH

163 763

God knows why, but I made a small package that simulates the original Game Boy graphics for a given image. Naturally, I'm now using it on iconic/famous photos (and of course, twitter profile pic) Code here https://t.co/eTo5SM6j6N

17 109

This fantastic step by step guide to by has made me very happy early this morning https://t.co/jTdMLj3KMB Could this be the new So beautiful😍

11 52

Un conjunto de Julia puede ser feo si te lo explican con fórmulas pero precioso si lo ves dibujado.

Tutorial con código aquí: https://t.co/P33ErjAPVZ

🌺🌸🌹🥀🌷🌼

4 15