shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

266
active users

#ggplot2

4 posts3 participants0 posts today

It's "A layered grammar of graphics"!

So....

ggplot(data = cars) +
aes(x = speed, y = dist) +
geom_point() +
geom_smooth()

How many layers would you say are used in this plot definition? #ggplot2 #rstats