bertrand toupin wrote: > Hi everyone, > > I'm trying to do a surface map like this one : > > http://img63.imageshack.us/my.php?image=terreeu4.jpg
That looks like a plot of gridded data that you could produce with spplot() in package sp. > > Of course, my domain is smaller :) > > My entry are like that (polar stereographic grid from a numerical model): > > lat long Data > 40 -77.0 24.0 > 42 -77.2 23.0 > 41 -76.0 22.5 This doesn't look like a grid, and it also doesn't look like projected, but it does look like spatial points in latlon and you can plot them with spplot(). If these spatial points are gridcell centers, you can define their representative area as a grid or as polygons (given the parameters of the projection and the numerical model) and you can plot those with spplot(), or you can interpolate these point data to a regular grid and then plot the grid (with spplot()). Hope this helps, Arien > > So, i have about 58 pts on a 2° x 1° window in the North-Eastern US and the > entry are unsorted and it's not a regular grid when I plot my points on a map. > > I tried help.search("surface map"), but I found nothing. It's probably in a > package i still don't have. > > Thanks for any help again! > > > --------------------------------- > > --------------------------------- > Get a sneak peak at messages with a handy reading pane. > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > _______________________________________________ > R-sig-Geo mailing list > R-sig-Geo@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/r-sig-geo -- H.A. (Arien) Lam (Ph.D. student) Department of Physical Geography Faculty of Geosciences Utrecht University, The Netherlands _______________________________________________ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-geo