-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.01 KB
/
DESCRIPTION
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
Package: hues
Type: Package
Version: 0.2.0.9000
Title: Distinct Colour Palettes Based on 'iwanthue'
Description: Creating effective colour palettes for figures is
challenging. This package generates and plot palettes of optimally
distinct colours in perceptually uniform colour space, based on
'iwanthue' <http://tools.medialab.sciences-po.fr/iwanthue/>.
This is done through k-means clustering of CIE Lab colour space,
according to user-selected constraints on hue, chroma, and
lightness.
Date: 2019-12-01
Depends: R (>= 3.2.0)
Imports:
colorspace,
methods
Suggests:
ggplot2
Authors@R: c(
person("John", "Baumgartner", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8898-0300")),
person("Russell", "Dinnage", email = "[email protected]",
role = "aut")
)
URL: https://github.com/johnbaums/hues
BugReports: https://github.com/johnbaums/hues/issues
License: LGPL (>= 3)
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.1