Skip to content
Prev 201404 / 398506 Next

Natural colours for topographic data

On 11/24/2009 07:42 PM, Karl Ove Hufthammer wrote:
Hi Karl,
For a start, you could try:

color.scale(oceandepths,extremes=c("lightblue","blue"))

for the water and

color.scale(vegetationcover,c(0.55,0),0.55,0)

for the land as really basic "natural" colors. There are several ways to 
specify the value to color transformations, and you can even overwrite 
some parts of the color matrix using logical vectors, like coloring 
everything over 4000 meters white for snow.

Jim