R/codec_design.R
codec_colors.Rd
CoDEC colors
codec_colors(n = NULL)
a numeric vector of color numbers or character vector of color names; if NULL returns named vector of available colors
plot(1:8, rep(1, 8), col = codec_colors(1:8), pch = 19, cex = 10, axes = FALSE, xlab = "", ylab = "") text(1:8, rep(1.1, 8), labels = names(codec_colors()))