search for: worldllhigh

Displaying 1 result from an estimated 1 matches for "worldllhigh".

2010 May 07
0
Problems with image.plot
...end 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(50),add=T,zlim=log(rn_cl)) addPolys(worldLLhigh,col=rgb(255,255,160,max=255)) ax1<-seq(286,292,by=2);ax2&lt...