Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrennie/art

R package to create generative art.
https://github.com/nrennie/art

generative-art r r-package

Last synced: 9 days ago
JSON representation

R package to create generative art.

Awesome Lists containing this project

README

        

[![R-CMD-check](https://github.com/nrennie/aRt/workflows/R-CMD-check/badge.svg)](https://github.com/nrennie/aRt/actions)

# aRt

aRt is an R package to create generative art.

## Installation

Install using:

``` r
devtools::install_github("nrennie/aRt")
```
or
``` r
remotes::install_github("nrennie/aRt")
```

## Colour palettes

Some of the functions in previous releases of the {aRt} package took names of colour palettes as arguments. These colour palettes came from external R packages, and the names of the palettes were not necessarily obvious. These functions have been updated to allow any choice of colours, rather than restricting a user to a single package from which to choose palettes.

## Examples

More examples (including code) can be found on my [website](https://nrennie.rbind.io/portfolio/rtistry/).