-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
145 lines (113 loc) · 3.14 KB
/
README.Rmd
File metadata and controls
145 lines (113 loc) · 3.14 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "figure/",
fig.height = 1
)
```
# Rothko Palettes
[](https://travis-ci.org/mmerrittsmith/rothko)

> Violet, Black, Orange, Yellow on White and Red, 1949
Mark Rothko is an 20th-century American painter best known for his later work on "multi-forms" or "colour fields". These paintings consist of large blocks of colors that, despite being abstract forms, convey a wide array of human emotion. Much of this is achieved through composition, but color plays a large part as well.
This project provides R color palettes derived from some of Rothko's most well-known works. It is directly derivative of the .
## Installation
Rothko is currently under review at CRAN, and the development version should be used until CRAN release.
```r
devtools::install_github("mmerrittsmith/rothko")
```
## Usage
```{r, palettes_dummy}
library("rothko")
# See all palettes
names(rothko_palettes)
```
## Palettes
### Magenta, Black, Green on Orange
```{r, Magenta, Black, Green on Orange}
rothko_palette("Magenta, Black, Green on Orange")
```
### Untitled 1949
```{r, Untitled 1949}
rothko_palette("Untitled 1949")
```
### Number 5
```{r, Number 5}
rothko_palette("Number 5")
```
### Violet, Black, Orange, Yellow on White and Red
```{r, Violet, Black, Orange, Yellow on White and Red}
rothko_palette("Violet, Black, Orange, Yellow on White and Red")
rothko_palette("Violet, Black, Orange, Yellow on White and Red2")
```
### White Center
```{r, White Center}
rothko_palette("White Center")
```
### Blue, Green, and Brown
```{r, Blue, Green, Brown}
rothko_palette("Blue, Green, and Brown")
```
### Purple, White, and Red
```{r, Purple, White, and Red}
rothko_palette("Purple, White, and Red")
```
### Number 10
```{r, Number 10}
rothko_palette("Number 10")
```
### Rust and Blue
```{r, Rust and Blue}
rothko_palette("Rust and Blue")
```
### Untitled 1953
```{r, Untitled 1953}
rothko_palette("Untitled 1953")
```
### Ochre and Red on Red
```{r, Ochre and Red on Red}
rothko_palette("Ochre and Red on Red")
```
### Red, Black, White on Yellow
```{r, Red, Black, White on Yellow}
rothko_palette("Red, Black, White on Yellow")
```
### Green and Tangerine on Red
```{r, Green and Tangerine on Red}
rothko_palette("Green and Tangerine on Red")
```
### Light Red Over Black
```{r, Light Red Over Black}
rothko_palette("Light Red Over Black")
```
### Light Cloud, Dark Cloud
```{r, Light Cloud, Dark Cloud}
rothko_palette("Light Cloud, Dark Cloud")
```
### Number 14
```{r, Number 14}
rothko_palette("Number 14")
```
### Orange, Red, Yellow
```{r, Orange, Red, Yellow}
rothko_palette("Orange, Red, Yellow")
```
### Number 16
```{r, Number 16}
rothko_palette("Number 16")
```
### Blue and Grey
```{r, Blue and Grey}
rothko_palette("Blue and Grey")
```
### Untitled 1969
```{r, Untitled 1969}
rothko_palette("Untitled 1969")
```