search for: tcklab

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

Did you mean: tchlab
2010 May 07
0
Problems with image.plot
...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<-seq(74,68,by=-2);ax3<-seq(-21,-19,by=1) axis(1,at=ax1,...