# NOT RUN {
colordiff(rbind(c(50, 2.6772, -79.7751),
c(50, 3.1571, -77.2803),
c(50, 2.8361, -74.0200)), c(50, 0, -82.7485))
colordiff(rbind(c(50, 2.6772, -79.7751),
c(50, 3.1571, -77.2803),
c(50, 2.8361, -74.0200)), c(50, 0, -82.7485), metric="CIE94")
colordiff(rbind(c(50, 2.6772, -79.7751),
c(50, 3.1571, -77.2803),
c(50, 2.8361, -74.0200)), c(50, 0, -82.7485), metric="CIE94", symmetric=TRUE)
# }
Run the code above in your browser using DataLab