Skip to content

Instantly share code, notes, and snippets.

View Creeki's full-sized avatar
:octocat:

Yuqi Creeki

:octocat:
  • INRAe 法国又一国立种地研究院
  • Versailles, France
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Creeki on github.
  • I am creeki (https://keybase.io/creeki) on keybase.
  • I have a public key whose fingerprint is 3BBE 45F8 5D4B 343C 2796 435E 21D6 B8AA 1CBA 30AB

To claim this, I am signing this object:

@Creeki
Creeki / penguins_rainclouds.R
Last active October 25, 2024 12:38 — forked from z3tt/penguins_rainclouds.R
Polished raincloud plot using the Palmer penguins data
library(palmerpenguins)
library(ggtext)
library(colorspace)
library(ragg)
library(dplyr)
library(ggplot2)
library(tidyverse)
rm(list = ls())