Displaying 1 result from an estimated 1 matches for "rn_cl".
Did you mean:
rhscl
2010 May 07
0
Problems with image.plot
...legend via image.plot function, but I do not know put
this in log scale. The last line of code put legend in linear scale, but I
want put this in log scale. This is a image of the ocean color web site
8-day composite L3 4KM. Anybody colud get me advise please.
This is de code...
uno<-schl[1,,]
rn_cl<-exp(range(uno,na.rm=T))
x11()
par(mgp=c(-2.7,1.5,0),mar=c(5,4.5,5,5.8),cex.axis=2.5)
plotMap(worldLLhigh,xlim=c(286,292),ylim=c(-32,-18),proj="LL",tckLab=F,tck=-.04,col=rgb(255,255,160,max=255),xlab="",ylab="",plt=NULL,axes=F)
image(lon+360,lat,uno,col=tim.colors(5...