-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.54 KB
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.54 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
Package: MeatColor
Title: Summarize and Visualize CIELAB Color Measurements
Version: 0.2.0
Authors@R:
person(
"Reese", "Wilson", , "ReeseAWilson02@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0006-8510-4467")
)
Description: Summarizes CIE L*a*b* (CIELAB) colorimeter measurements across
experimental groups and converts the resulting coordinates to hexadecimal
approximations in the standard red, green, and blue (sRGB) color space.
Calculates CIELAB hue angles, chroma values, and CIEDE2000 color differences
across all sample combinations, with treatment-level summaries and
heatmaps; estimates oxymyoglobin, deoxymyoglobin, and metmyoglobin from
spectral reflectance; and includes treatment-aware, customizable plotting
tools for comparing measured color across treatments and time points in
meat science research. CIEDE2000 calculations follow Sharma, Wu and Dalal
(2005) <doi:10.1002/col.20070>, and myoglobin calculations implement the
meat-color measurement guidance described by King et al. (2023)
<doi:10.22175/mmb.12473>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.1.0)
URL: https://github.com/JustSplash8501/MeatColor
BugReports: https://github.com/JustSplash8501/MeatColor/issues
Roxygen: list(markdown = TRUE)
Imports:
colorspace,
dplyr,
ggplot2,
magrittr,
rlang
Suggests:
knitr,
rmarkdown,
roxygen2 (>= 7.3.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.1.0