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
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
2 matches
Mail list logo