search for: fillevs

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

Did you mean: filles
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
...uot;),intern=TRUE)) ## Projected coordinates coords_lamb<-mapproject(lon,lat,projection="lambert",parameters=c(60.,30.)) xs<-t(matrix(coords_lamb$x,ncol=NCC,nrow=NRC))[,1] ys<-t(matrix(coords_lamb$y,ncol=NCC,nrow=NRC))[1,]} ## Plot map filled.contour(xs,ys,Tsd[,,tstep],levels=fillevs,col=cpal,plot.axes={ map('world',projection="lambert",parameter=c(60.,30.),add=TRUE,col="grey"); contour(xs,ys,Tm[,,tstep]-273.15,levels=c(-20:20)*3,add=TRUE); axis(1,labels=F,tick=F);axis(2,labels=F,tick=F)},main=title) #,asp=1.) Appreciate your help in advance, V?...