Happy pi day!

Just something funny because it’s pi day. Enjoy! # clear your environment rm(list = ls()) # load the necessary libraries library(png) library(plotrix) # lab kleuren oranje <- rgb(228/255, 86/255, 65/255) donkergrijs <- rgb(75/255, 75/255, 74/255) lichtblauw <- rgb(123/255, 176/255, 231/255) # read the image of pi img = readPNG(“C:/Users/j.schoonemann/Desktop/pi.png”) # read the logo of The […]