search for: positiv_color

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

2007 Nov 13
2
map - mapproj : problem of states localisation
...ngitude_mat=matrix(longitude_vec,ncol=e_sn_d01) >latitude_mat=matrix(latitude_vec,ncol=e_sn_d01) >coordonnees=data.frame(longitude_vec,latitude_vec) >image.plot(as.image(MOD_VENT_d01_t1,coordonnees,nrow=e_we_d01,ncol=e_sn_d01 ),zlim=c(0,20),xlab="LONG",ylab="LAT",col=positiv_color(20),axes=FALSE) >map("world",proj="lambert",pa=c(30,60), lwd=1,col="slategrey",add=TRUE) >map.grid(c(-20,30,35,55),labels=TRUE,nx=5,ny=5,pretty=TRUE) >map("france",proj="lambert",pa=c(30,60), lwd=1,col="slategrey",add=TRUE) >...