-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.11 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: ucie
Type: Package
Title: Mapping 3D Data into CIELab Color Space
Version: 1.0.2
Authors@R:
c(person(given = "Mikaela",
family = "Koutrouli",
role = c("aut", "cre"),
email = "[email protected]"
),
person(given = "Lars Juhl",
family = "Jensen",
role = "aut",
email = "[email protected]"))
Maintainer: Mikaela Koutrouli <[email protected]>
Description: Returns a data frame with the names of the input data points and hex colors (or CIELab coordinates). Data can be mapped to colors for use in data visualization. It optimally maps data points into a polygon that represents the CIELab colour space. Since Euclidean distance approximates relative perceptual differences in CIELab color space, the result is a color encoding that aims to capture much of the structure of the original data.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports:
colorspace,
dplyr,
geometry,
pracma,
ptinpoly,
rgl,
remotes
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3