# color chips
chips <- c('5B 5/10', '5Y 8/8')
names(chips) <- chips
# weights
wt <- c(1, 1)
plotColorMixture(
x = chips,
w = wt,
swatch.cex = 4,
label.cex = 0.65,
showMixedSpec = TRUE,
mixingMethod = 'reference'
)
plotColorMixture(
x = chips,
w = wt,
swatch.cex = 4,
label.cex = 0.65,
mixingMethod = 'exact'
)
Run the code above in your browser using DataLab