-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
46 lines (33 loc) · 1.94 KB
/
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
44
45
---
title: variations on a theme
output: github_document
---
<!-- badges: start -->

<!-- badges: end -->
This repository contains code I've used to create art using R [(#rtistry)](https://twitter.com/search?q=%23rtistry&src=typed_query). As the title suggests, I start by choosing a theme and then explore different outputs until I'm satisfied. By the nature of this process, the code in this repository will always be a work in progress. The images below are examples of outputs from the code included here.
You are welcome to use this code to recreate the outputs, or as a starting point for writing your own code to create more art. If you enjoy this and would like to let me know, or have any questions, please get in contact [@ShandiyaB](https://twitter.com/ShandiyaB).
### radial
```{r radial-img, echo = FALSE, message=FALSE, warning=FALSE, fig.show="hold", out.width=c('33%', '33%','33%')}
knitr::include_graphics("images/radial_jitter.png")
knitr::include_graphics("images/radial_line.png")
knitr::include_graphics("images/radial_step.png")
```
### bauhaus
```{r bauhaus_img, echo = FALSE, message=FALSE, warning=FALSE, fig.show="hold", out.width=c('25%', '25%','25%', '25%')}
knitr::include_graphics("images/bauhaus_concentric.png")
knitr::include_graphics("images/bauhaus_random_arcs_02.png")
knitr::include_graphics("images/bauhaus_expanding.png")
knitr::include_graphics("images/bauhaus_random_arcs_01.png")
```
### twirly-whirly
```{r tw-img, echo = FALSE, message=FALSE, warning=FALSE, fig.show="hold", out.width=c('33%', '33%','33%')}
knitr::include_graphics("images/tw1.png")
knitr::include_graphics("images/tw2.png")
knitr::include_graphics("images/tw3.png")
```
### texture
```{r texture_img, echo = FALSE, message=FALSE, warning=FALSE, fig.show="hold", out.width=c('50%', '50%')}
knitr::include_graphics("images/texture01.png")
knitr::include_graphics("images/texture02.png")
```