Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
color-palette-generator
data-visualization
plot
r
rothko-palettes
Last synced: 4 months ago
·
JSON representation
Repository
Mark Rothko Color Palettes for R
Basic Info
Statistics
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
color-palette-generator
data-visualization
plot
r
rothko-palettes
Created almost 6 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
License
Codemeta
README.Rmd
---
output:
md_document:
variant: markdown_github
---
```{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")
```
Owner
- Name: M. Merritt Smith
- Login: mmerrittsmith
- Kind: user
- Location: Berkeley, CA
- Company: UC Berkeley
- Website: mmerrittsmith.github.io
- Repositories: 2
- Profile: https://github.com/mmerrittsmith
PhD Student @ Berkeley I-School
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "rothko",
"description": "Palettes generated Mark Rothko paintings",
"name": "rothko: A Mark Rothko Palette Generator",
"codeRepository": "https://github.com/mmerrittsmith/rothko",
"issueTracker": "https://github.com/mmerrittsmith/rothko/issues",
"datePublished": "2020-03-01",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.0.4",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.4 (2021-02-15)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Merritt",
"familyName": "Smith",
"email": "matthewmerrittsmith@gmail.com",
"@id": "https://orcid.org/0000-0002-8147-1335"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Merritt",
"familyName": "Smith",
"email": "matthewmerrittsmith@gmail.com",
"@id": "https://orcid.org/0000-0002-8147-1335"
},
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": "4.0"
}
],
"contIntegration": "https://travis-ci.org/mmerrittsmith/rothko",
"releaseNotes": "https://github.com/mmerrittsmith/rothko/blob/master/NEWS",
"readme": "https://github.com/mmerrittsmith/rothko/blob/master/README.md"
}
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 3.0 depends
- ggplot2 * suggests