Learn R Programming

colorscience (version 1.0.0)

XYZ2BVR: convert from XYZ coordinates to BVR

Description

XYZ2BVR convert from XYZ coordinates to BVR.

Usage

XYZ2BVR(XYZmatrix)

Arguments

XYZmatrix
XYZ coordinates

Value

  • BVR coordinates

source

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

References

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

Examples

Run this code
XYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2BVR(XYZ)

Run the code above in your browser using DataLab