powered by
splitComp(color, plot = TRUE, bg = "white", labcol = NULL, cex = 0.8, title = TRUE)
plot=TRUE
complementary
# split-complementary colors of 'tomato' (no plot) splitComp("tomato", plot = FALSE) # split-complementary colors of 'tomato' (with dark gray background) splitComp("tomato", bg = "gray40")
Run the code above in your browser using DataLab