On Sat, May 29, 2004 at 04:54:03PM -0400, Osman wrote: > Dear R users, > > Is there a package or function that can produce multiple fill > patterns to be used instead of colors in barplots or pie charts? > Shades of grey are difficult to differentiate if more than 3 to 5..
Install the RColorBrewer package. Have a look at rcolorbrewer.org for helpful advice on color schemes and their usage. You may also find the density= parameter useful for shading areas in plots, available in many plotting functions. Best, Tamas -- Tam�s K. Papp E-mail: [EMAIL PROTECTED] Please try to send only (latin-2) plain text, not HTML or other garbage. ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
