Skip to content
Prev 70364 / 398525 Next

colors and palettes and things...

Jeff D. Hamann wrote:

            
I'd like to point out some packages or code snippets that might be 
useful for you:

  # base package "grDevices":
  ?colorRamp
  example(colorRamp)

  # CRAN package "colorspace":
  library(help = colorspace)

  # CRAN package "RColorBrewer":
  library(RColorBrewer)
  ?brewer.pal
  example(brewer.pal)

  # see also the last two examples by Martin Maechler in
  # CRAN package scatterplot3d:
  library(scatterplot3d)
  ?scatterplot3d
  example(scatterplot3d)

Uwe Ligges