> Surely these colors can be changed > to something less offensive- my suggestion is "blush." > How can I find out who to contact about making this happen?
Yes, they can. blush <- "#CD5C5C" mycols <- function () { #your code here... I note that: (1) Changing existing code (esp in base packages) creates considerable problems. Because code (not just CRAN packages) may depend on whatever is being changed. (2) The word "Blush" may also offend someone. Blush is a type of makeup, often tested on animals. Hence, we go around in a circle. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.