Hi all, I have to draw a map of microorganisms repartition in a sample. I use the "image" function of geoR package to build the map but there are three problems: 1) the legend is Horizontal (with or without vert.leg=TRUE) 2) I want to plot the position of organisms and level curves of density on the map but I don't find the script to insert these data on the map. 3)the grey range are not really represented on the map: I don't have gradual evolution but only patches This is the script I use, can you help me on these three points??? image(KC,col="gray"[0:5],xlim=c(-1,53),ylim=c(0,53),x.leg=c(51,53),y.leg=c(10,40),vert.leg=T,pch="°") If necessary I can give further informations about my script. I thank you all for your answers. -- View this message in context: http://n4.nabble.com/kriging-with-geoR-package-tp1008696p1008696.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
hi all. If someone have the same problems this is the answer: -vertical legend :> legend.krige(x.leg=c(X,X),y.leg=c(X,X),kr$pred,vert=TRUE,col="gray"(seq(.7,0,l=100000)))-sample's positions on the map: ###coords.dat=table$coords### like in>image(kr,col="gray"(seq(.7,0,l=100000)),xlim=c(-1,55),ylim=c(0,53),coords.dat=fau1$coords)-for the grey scale the help provided by the software is nice -- View this message in context: http://n4.nabble.com/kriging-with-geoR-package-tp1008696p1575186.html Sent from the R help mailing list archive at Nabble.com.