Skip to content

Instantly share code, notes, and snippets.

View arlugones's full-sized avatar
💭
Working on several projects!

Alain arlugones

💭
Working on several projects!
View GitHub Profile
## GOAL:
## re-create a figure similar to Fig. 2 in Wilson et al. (2018),
## Nature 554: 183-188. Available from:
## https://www.nature.com/articles/nature25479#s1
##
## combines a boxplot (or violin) with the raw data, by splitting each
## category location in two (box on left, raw data on right)
# initial set-up ----------------------------------------------------------