Description Usage Arguments Value Author(s) Source References Examples
CIE1931XYZ2CIE1931xyz
Converts CIE 1931 XYZ color space
to CIE 1931 xyz color space.
1 | CIE1931XYZ2CIE1931xyz(XYZmatrix)
|
XYZmatrix |
XYZ coordinates |
CIE 1931 xyz coordinates
Jose Gama
Wikipedia, 2014 CIE 1931 color space http://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space
Wikipedia, 2014 CIE 1931 color space http://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_color_space
1 2 | XYZ<-c(0.11465380, 0.08391198, 0.08222077)
CIE1931XYZ2CIE1931xyz(XYZ)
|
Loading required package: Hmisc
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2
Attaching package: 'Hmisc'
The following objects are masked from 'package:base':
format.pval, units
Loading required package: pracma
Attaching package: 'pracma'
The following object is masked from 'package:Hmisc':
ceil
Loading required package: sp
x y z
[1,] 0.4083308 0.2988462 0.292823
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.