knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Install:

devtools::install_github("gsimchoni/kandinsky")

Load:

library(kandinsky)

Generate a random Kandinsky painting:

kandinsky()

Generate a Kandinsky Painting from the mtcars dataset:

kandinsky(mtcars)

More information here.



gsimchoni/kandinsky documentation built on May 14, 2019, 2:42 p.m.