Skip to content

Instantly share code, notes, and snippets.

@djnavarro
Last active December 22, 2019 01:38
Show Gist options
  • Save djnavarro/668edd4f1978ccceb22ae389be03e3f9 to your computer and use it in GitHub Desktop.
Save djnavarro/668edd4f1978ccceb22ae389be03e3f9 to your computer and use it in GitHub Desktop.
demo of jasmines 0.0.0.9001
# install.packages("remotes")
# remotes::install_github("djnavarro/jasmines")
library(jasmines)
set.seed(435)
scene_delaunay(6, 500) %>%
unfold_slice() %>%
style_ribbon(
palette = rainbow,
seed_col = "#ffffffaa",
alpha_init = .1,
background = "#444466"
) %>%
export_image("~/Desktop/cubismic.png")
@djnavarro
Copy link
Author

cubismic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment