Skip to content

Instantly share code, notes, and snippets.

I am attesting that this GitHub handle saurabhdhiman is linked to the Tezos account tz1i8iSYHMt7CQ2iQSDLXacn7dg8iiDVsBgr for tzprofiles
sig:edsigu26cnHk7uXhHECUSywGUbRU2FgWioW3s8g8BjZDZkUeuCTALiTg61VJ9FuLxadMFQqWc4scLXTBW7i899ED9ERLWdRiUYW
library(tidyverse)
library(paletteer)
gradient_attempt <- data.frame(level = seq(1,300,by=1),
size = seq(30,0.1, by =-0.1))
prmtns <- data.frame(x = seq(0,60,by=30),
y = seq(0,60,by=30))%>%
expand(x, y)
final = crossing(prmtns, gradient_attempt)