-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (33 loc) · 1022 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# farbteiler
<!-- badges: start -->
![example workflow](https://github.com/mlhollestelle/farbteiler/actions/workflows/r.yml/badge.svg)
<!-- badges: end -->
An R-package to generate art inspired by [farbteiler](https://erikswahn.com/farbteiler/) by Erik Swahn. Erik Swahn is the creator behind the system and this is just a mere implementation of his idea based on available documentation of the system. This library is for personal use only.
## Installation
You can install the released version of farbteiler from github:
``` r
remotes::install_github("mlhollestelle/farbteiler")
```
## Usage
Use the function `farbteiler()` to plot the object.
```{r example}
library(farbteiler)
farbteiler()
farbteiler()
farbteiler()
farbteiler()
farbteiler()
farbteiler()
```