Re: [R] inverser terrain.colors

2007-10-19 Thread Henrique Dallazuanna
Perhaps: z <- matrix(1:10, nrow=1) image(z, col=rev(terrain.colors(10))) On 19/10/2007, Dong-hyun Oh <[EMAIL PROTECTED]> wrote: > > Dear UserRs, > > I draw filled contour plot with filled.contour function. > By default, colors of filled.contour is terrain.colors which alters > from green (the l

[R] inverser terrain.colors

2007-10-19 Thread Dong-hyun Oh
Dear UserRs, I draw filled contour plot with filled.contour function. By default, colors of filled.contour is terrain.colors which alters from green (the lowest level) to white (the highest level). I want the colors to alter from white (the lowest level) to green (the highest level). How can